Searched refs:LibStdcppSharedPtrSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
63 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class65 explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);371 LibStdcppSharedPtrSyntheticFrontEnd::LibStdcppSharedPtrSyntheticFrontEnd( in LibStdcppSharedPtrSyntheticFrontEnd() function in LibStdcppSharedPtrSyntheticFrontEnd379 LibStdcppSharedPtrSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()384 LibStdcppSharedPtrSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()400 lldb::ChildCacheState LibStdcppSharedPtrSyntheticFrontEnd::Update() { in Update()419 bool LibStdcppSharedPtrSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()421 size_t LibStdcppSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()433 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp) in LibStdcppSharedPtrSyntheticFrontEndCreator()