Home
last modified time | relevance | path

Searched refs:first_field_or_path (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/tools/lldbmacros/core/
H A Dcollections.py33 first_field_or_path = None): argument
72 if first_field_or_path is None:
74 elif first_field_or_path[0] == '.':
75 elt = head_value.chkGetValueForExpressionPath(first_field_or_path)
77 elt = head_value.chkGetChildMemberWithName(first_field_or_path)