Searched refs:element_ptr_type (Results 1 – 2 of 2) sorted by relevance
151 def IterateQueue(queue_head, element_ptr_type, element_field_name, backwards=False, unpack_ptr_fn=N… argument168 if isinstance(element_ptr_type, str):169 element_ptr_type = gettype(element_ptr_type)175 element_ptr_type.GetPointeeType(),
609 def IterateQueue(queue_head: lldb.SBValue, element_ptr_type: lldb.SBType, element_field_name: str):628 elt = cur_elt.Cast(element_ptr_type)