Lines Matching refs:LibcxxStdMapSyntheticFrontEnd
175 class LibcxxStdMapSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
177 LibcxxStdMapSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
179 ~LibcxxStdMapSyntheticFrontEnd() override = default;
206 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
207 LibcxxStdMapSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdMapSyntheticFrontEnd() function in lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
215 size_t lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
250 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetDataType() { in GetDataType()
289 void lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetValueOffset( in GetValueOffset()
332 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
438 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::Update() { in Update()
451 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
456 size_t lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
464 return (valobj_sp ? new LibcxxStdMapSyntheticFrontEnd(valobj_sp) : nullptr); in LibcxxStdMapSyntheticFrontEndCreator()