Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp128 struct DictionaryItemDescriptor { struct in lldb_private::formatters::NSDictionaryISyntheticFrontEnd
141 std::vector<DictionaryItemDescriptor> m_children;
182 struct DictionaryItemDescriptor { struct in lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd
194 std::vector<DictionaryItemDescriptor> m_children;
233 struct DictionaryItemDescriptor { struct in lldb_private::formatters::Foundation1100::NSDictionaryMSyntheticFrontEnd
245 std::vector<DictionaryItemDescriptor> m_children;
619 DictionaryItemDescriptor descriptor = {key_at_idx, val_at_idx, in GetChildAtIndex()
629 DictionaryItemDescriptor &dict_item = m_children[idx]; in GetChildAtIndex()
863 DictionaryItemDescriptor descriptor = {key_at_idx, val_at_idx, in GetChildAtIndex()
873 DictionaryItemDescriptor &dict_item = m_children[idx]; in GetChildAtIndex()
[all …]