Searched refs:LibstdcppMapIteratorSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
30 class LibstdcppMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class44 explicit LibstdcppMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);80 LibstdcppMapIteratorSyntheticFrontEnd::LibstdcppMapIteratorSyntheticFrontEnd( in LibstdcppMapIteratorSyntheticFrontEnd() function in LibstdcppMapIteratorSyntheticFrontEnd88 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update()127 size_t LibstdcppMapIteratorSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()132 LibstdcppMapIteratorSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()143 bool LibstdcppMapIteratorSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()145 size_t LibstdcppMapIteratorSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()157 return (valobj_sp ? new LibstdcppMapIteratorSyntheticFrontEnd(valobj_sp) in LibstdcppMapIteratorSyntheticFrontEndCreator()