Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp28 class LibstdcppMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
42 explicit LibstdcppMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
78 LibstdcppMapIteratorSyntheticFrontEnd::LibstdcppMapIteratorSyntheticFrontEnd( in LibstdcppMapIteratorSyntheticFrontEnd() function in LibstdcppMapIteratorSyntheticFrontEnd
86 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update()
125 size_t LibstdcppMapIteratorSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
130 LibstdcppMapIteratorSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
141 bool LibstdcppMapIteratorSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()
143 size_t LibstdcppMapIteratorSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
155 return (valobj_sp ? new LibstdcppMapIteratorSyntheticFrontEnd(valobj_sp) in LibstdcppMapIteratorSyntheticFrontEndCreator()