Searched refs:LibStdcppSharedPtrSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
63 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class65 explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);251 LibStdcppSharedPtrSyntheticFrontEnd::LibStdcppSharedPtrSyntheticFrontEnd( in LibStdcppSharedPtrSyntheticFrontEnd() function in LibStdcppSharedPtrSyntheticFrontEnd259 LibStdcppSharedPtrSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()264 LibStdcppSharedPtrSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()284 lldb::ChildCacheState LibStdcppSharedPtrSyntheticFrontEnd::Update() { in Update()307 LibStdcppSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()321 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp) in LibStdcppSharedPtrSyntheticFrontEndCreator()