Home
last modified time | relevance | path

Searched defs:head_value (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dcollections.py28 def iter_linked_list(head_value, next_field_or_path, argument
87 def iter_queue_entries(head_value, elt_type, field_name_or_path, backwards=False): argument
120 def iter_queue(head_value, elt_type, field_name_or_path, backwards=False, unpack=None): argument
161 def iter_circle_queue(head_value, elt_type, field_name_or_path, backwards=False): argument
200 def iter_mpsc_queue(head_value, elt_type, field_name_or_path): argument
243 def __init__(self, head_value, elt_type, field_name_or_path): argument
269 def iter_SLIST_HEAD(head_value, link_field): argument
275 def iter_LIST_HEAD(head_value, link_field): argument
281 def iter_STAILQ_HEAD(head_value, link_field): argument
287 def iter_TAILQ_HEAD(head_value, link_field): argument
[all …]