Lines Matching refs:LibcxxStdVectorSyntheticFrontEnd
21 class LibcxxStdVectorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
23 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
25 ~LibcxxStdVectorSyntheticFrontEnd() override;
69 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
70 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdVectorSyntheticFrontEnd() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
76 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
77 ~LibcxxStdVectorSyntheticFrontEnd() { in ~LibcxxStdVectorSyntheticFrontEnd()
84 size_t lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
104 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
118 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { in Update()
160 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
165 size_t lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
294 return new LibcxxStdVectorSyntheticFrontEnd(valobj_sp); in LibcxxStdVectorSyntheticFrontEndCreator()