Home
last modified time | relevance | path

Searched refs:VectorIteratorSyntheticFrontEnd (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp176 ? new VectorIteratorSyntheticFrontEnd(valobj_sp, g_item_name) in LibStdcppVectorIteratorSyntheticFrontEndCreator()
180 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::
181 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp, in VectorIteratorSyntheticFrontEnd() function in lldb_private::formatters::VectorIteratorSyntheticFrontEnd
189 bool VectorIteratorSyntheticFrontEnd::Update() { in Update()
214 size_t VectorIteratorSyntheticFrontEnd::CalculateNumChildren() { return 1; } in CalculateNumChildren()
217 VectorIteratorSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
223 bool VectorIteratorSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()
225 size_t VectorIteratorSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
DLibCxx.cpp376 ? new VectorIteratorSyntheticFrontEnd(valobj_sp, g_item_name) in LibCxxVectorIteratorSyntheticFrontEndCreator()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DVectorIterator.h21 class VectorIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
23 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp,