Searched refs:VectorIteratorSyntheticFrontEnd (Results 1 – 4 of 4) sorted by relevance
1273 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::VectorIteratorSyntheticFrontEnd (lldb::V… in VectorIteratorSyntheticFrontEnd() function in lldb_private::formatters::VectorIteratorSyntheticFrontEnd1285 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::Update() in Update()1310 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::CalculateNumChildren () in CalculateNumChildren()1316 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::GetChildAtIndex (size_t idx) in GetChildAtIndex()1324 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::MightHaveChildren () in MightHaveChildren()1330 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::GetIndexOfChildWithName (const ConstStri… in GetIndexOfChildWithName()1337 lldb_private::formatters::VectorIteratorSyntheticFrontEnd::~VectorIteratorSyntheticFrontEnd () in ~VectorIteratorSyntheticFrontEnd()
330 return (new VectorIteratorSyntheticFrontEnd(valobj_sp,g_item_name)); in LibStdcppVectorIteratorSyntheticFrontEndCreator()
287 return (new VectorIteratorSyntheticFrontEnd(valobj_sp,g_item_name)); in LibCxxVectorIteratorSyntheticFrontEndCreator()
697 class VectorIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd700 VectorIteratorSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp,719 ~VectorIteratorSyntheticFrontEnd ();