Home
last modified time | relevance | path

Searched refs:GetSyntheticAtIndex (Results 1 – 6 of 6) sorted by relevance

/external/lldb/scripts/Python/interface/
DSBTypeCategory.i88 GetSyntheticAtIndex (uint32_t);
172 …_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__clas…
178 synthetics.append(self.GetSyntheticAtIndex(idx))
/external/lldb/source/API/
DSBTypeCategory.cpp248 lldb::SyntheticChildrenSP children_sp = m_opaque_sp->GetSyntheticAtIndex((index)); in GetFilterAtIndex()
279 SBTypeCategory::GetSyntheticAtIndex (uint32_t index) in GetSyntheticAtIndex() function in SBTypeCategory
283 lldb::SyntheticChildrenSP children_sp = m_opaque_sp->GetSyntheticAtIndex((index)); in GetSyntheticAtIndex()
/external/lldb/include/lldb/API/
DSBTypeCategory.h102 GetSyntheticAtIndex (uint32_t);
/external/lldb/include/lldb/DataFormatters/
DTypeCategory.h126 GetSyntheticAtIndex (size_t index);
/external/lldb/source/DataFormatters/
DTypeCategory.cpp356 TypeCategoryImpl::GetSyntheticAtIndex (size_t index) in GetSyntheticAtIndex() function in TypeCategoryImpl
/external/lldb/www/python_reference/
Dapi-objects.txt3912 lldb.SBTypeCategory.GetSyntheticAtIndex lldb.SBTypeCategory-class.html#GetSyntheticAtIndex