Searched defs:head_value (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/tools/lldbmacros/core/ |
| H A D | collections.py | 32 def iter_linked_list(head_value, next_field_or_path, argument 91 def iter_queue_entries(head_value, elt_type, field_name_or_path, backwards=False): argument 124 def iter_queue(head_value, elt_type, field_name_or_path, backwards=False, unpack=None): argument 165 def iter_circle_queue(head_value, elt_type, field_name_or_path, backwards=False): argument 204 def iter_mpsc_queue(head_value, elt_type, field_name_or_path): argument 247 def __init__(self, head_value, elt_type, field_name_or_path): argument 273 def iter_SLIST_HEAD(head_value, link_field): argument 279 def iter_LIST_HEAD(head_value, link_field): argument 285 def iter_STAILQ_HEAD(head_value, link_field): argument 291 def iter_TAILQ_HEAD(head_value, link_field): argument [all …]
|