Lines Matching defs:LibcxxStdVectorSyntheticFrontEnd
22 class LibcxxStdVectorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
24 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
26 ~LibcxxStdVectorSyntheticFrontEnd() override;
70 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
71 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp)
77 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
78 ~LibcxxStdVectorSyntheticFrontEnd() {
86 LibcxxStdVectorSyntheticFrontEnd::CalculateNumChildren() {
105 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::GetChildAtIndex(
120 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() {
145 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
150 size_t lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
278 return new LibcxxStdVectorSyntheticFrontEnd(valobj_sp);