Lines Matching defs:LibcxxStdVectorSyntheticFrontEnd
24 class LibcxxStdVectorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
26 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
28 ~LibcxxStdVectorSyntheticFrontEnd() override;
72 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
73 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp)
79 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
80 ~LibcxxStdVectorSyntheticFrontEnd() {
88 LibcxxStdVectorSyntheticFrontEnd::CalculateNumChildren() {
107 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::GetChildAtIndex(
136 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() {
156 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
161 size_t lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::
278 return new LibcxxStdVectorSyntheticFrontEnd(valobj_sp);