Searched refs:head_value (Results 1 – 1 of 1) sorted by relevance
32 def iter_linked_list(head_value, next_field_or_path, argument73 elt = head_value75 elt = head_value.chkGetValueForExpressionPath(first_field_or_path)77 elt = head_value.chkGetChildMemberWithName(first_field_or_path)91 def iter_queue_entries(head_value, elt_type, field_name_or_path, backwards=False): argument109 stop = head_value.GetLoadAddress()110 elt = head_value124 def iter_queue(head_value, elt_type, field_name_or_path, backwards=False, unpack=None): argument145 stop = head_value.GetLoadAddress()146 elt = head_value[all …]