Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObjectSyntheticFilter.cpp49 : ValueObject(parent), m_synth_sp(std::move(filter)), m_children_byindex(), in ValueObjectSynthetic()
186 m_children_byindex.clear(); in UpdateValue()
250 auto cached_child_it = m_children_byindex.find(idx); in GetChildAtIndex()
251 child_is_cached = cached_child_it != m_children_byindex.end(); in GetChildAtIndex()
282 m_children_byindex[idx] = synth_guy.get(); in GetChildAtIndex()
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h145 ByIndexMap m_children_byindex; variable