Searched refs:VectorIteratorSyntheticFrontEnd (Results 1 – 3 of 3) sorted by relevance
181 return (valobj_sp ? new VectorIteratorSyntheticFrontEnd( in LibStdcppVectorIteratorSyntheticFrontEndCreator()186 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::187 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp, in VectorIteratorSyntheticFrontEnd() function in lldb_private::formatters::VectorIteratorSyntheticFrontEnd195 lldb::ChildCacheState VectorIteratorSyntheticFrontEnd::Update() { in Update()222 VectorIteratorSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()227 VectorIteratorSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()234 VectorIteratorSyntheticFrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
269 return (valobj_sp ? new VectorIteratorSyntheticFrontEnd( in LibCxxVectorIteratorSyntheticFrontEndCreator()
22 class VectorIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {24 VectorIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp,