Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp701 DictionaryItemDescriptor &dict_item = m_children[idx]; in GetChildAtIndex() local
702 if (!dict_item.valobj_sp) { in GetChildAtIndex()
716 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
717 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
720 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
721 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
727 dict_item.valobj_sp = CreateValueObjectFromData(idx_name.GetString(), data, in GetChildAtIndex()
730 return dict_item.valobj_sp; in GetChildAtIndex()
831 DictionaryItemDescriptor &dict_item = m_children[idx]; in GetChildAtIndex() local
832 if (!dict_item.valobj_sp) { in GetChildAtIndex()
[all …]