Lines Matching refs:LibcxxStdMapSyntheticFrontEnd
174 class LibcxxStdMapSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
176 LibcxxStdMapSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
178 ~LibcxxStdMapSyntheticFrontEnd() override = default;
205 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
206 LibcxxStdMapSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdMapSyntheticFrontEnd() function in lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
212 size_t lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
243 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetDataType() { in GetDataType()
278 void lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetValueOffset( in GetValueOffset()
320 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
418 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::Update() { in Update()
429 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
434 size_t lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
442 return (valobj_sp ? new LibcxxStdMapSyntheticFrontEnd(valobj_sp) : nullptr); in LibcxxStdMapSyntheticFrontEndCreator()