Lines Matching refs:LibcxxStdVectorSyntheticFrontEnd
22 class LibcxxStdVectorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
24 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
26 ~LibcxxStdVectorSyntheticFrontEnd() override;
70 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
71 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdVectorSyntheticFrontEnd() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
77 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
78 ~LibcxxStdVectorSyntheticFrontEnd() { in ~LibcxxStdVectorSyntheticFrontEnd()
85 size_t lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
105 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
119 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { in Update()
159 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
164 size_t lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
291 return new LibcxxStdVectorSyntheticFrontEnd(valobj_sp); in LibcxxStdVectorSyntheticFrontEndCreator()