Searched refs:LibstdcppMapIteratorSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
29 class LibstdcppMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class43 explicit LibstdcppMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);79 LibstdcppMapIteratorSyntheticFrontEnd::LibstdcppMapIteratorSyntheticFrontEnd( in LibstdcppMapIteratorSyntheticFrontEnd() function in LibstdcppMapIteratorSyntheticFrontEnd87 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update()126 size_t LibstdcppMapIteratorSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()131 LibstdcppMapIteratorSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()142 bool LibstdcppMapIteratorSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()144 size_t LibstdcppMapIteratorSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()156 return (valobj_sp ? new LibstdcppMapIteratorSyntheticFrontEnd(valobj_sp) in LibstdcppMapIteratorSyntheticFrontEndCreator()