Searched refs:LibstdcppMapIteratorSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
30 class LibstdcppMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class44 explicit LibstdcppMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);89 LibstdcppMapIteratorSyntheticFrontEnd::LibstdcppMapIteratorSyntheticFrontEnd( in LibstdcppMapIteratorSyntheticFrontEnd() function in LibstdcppMapIteratorSyntheticFrontEnd97 lldb::ChildCacheState LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update()136 LibstdcppMapIteratorSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()141 LibstdcppMapIteratorSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()152 bool LibstdcppMapIteratorSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()154 size_t LibstdcppMapIteratorSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()166 return (valobj_sp ? new LibstdcppMapIteratorSyntheticFrontEnd(valobj_sp) in LibstdcppMapIteratorSyntheticFrontEndCreator()