Searched refs:head_value (Results 1 – 1 of 1) sorted by relevance
28 def iter_linked_list(head_value, next_field_or_path, argument69 elt = head_value71 elt = head_value.chkGetValueForExpressionPath(first_field_or_path)73 elt = head_value.chkGetChildMemberWithName(first_field_or_path)87 def iter_queue_entries(head_value, elt_type, field_name_or_path, backwards=False): argument105 stop = head_value.GetLoadAddress()106 elt = head_value120 def iter_queue(head_value, elt_type, field_name_or_path, backwards=False, unpack=None): argument141 stop = head_value.GetLoadAddress()142 elt = head_value[all …]