Searched refs:VectorIteratorSyntheticFrontEnd (Results 1 – 3 of 3) sorted by relevance
174 return (valobj_sp ? new VectorIteratorSyntheticFrontEnd( in LibStdcppVectorIteratorSyntheticFrontEndCreator()179 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::180 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp, in VectorIteratorSyntheticFrontEnd() function in lldb_private::formatters::VectorIteratorSyntheticFrontEnd188 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()
553 return (valobj_sp ? new VectorIteratorSyntheticFrontEnd( in LibCxxVectorIteratorSyntheticFrontEndCreator()
22 class VectorIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {24 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp,