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::
247 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetDataType() { in GetDataType()
286 void lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetValueOffset( in GetValueOffset()
329 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
435 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::Update() { in Update()
448 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
453 size_t lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
461 return (valobj_sp ? new LibcxxStdMapSyntheticFrontEnd(valobj_sp) : nullptr); in LibcxxStdMapSyntheticFrontEndCreator()