Searched refs:GetNumSynthetics (Results 1 – 5 of 5) sorted by relevance
65 return self.formatters_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)70 for idx in range(self.GetNumSynthetics()):96 num_synthetics = property(GetNumSynthetics, None)
50 uint32_t GetNumSynthetics();
127 uint32_t SBTypeCategory::GetNumSynthetics() { in GetNumSynthetics() function in SBTypeCategory132 return m_opaque_sp->GetNumSynthetics(); in GetNumSynthetics()
293 uint32_t GetNumSynthetics() { return m_synth_cont.GetCount(); } in GetNumSynthetics() function
70226 result = (uint32_t)(arg1)->GetNumSynthetics(); in _wrap_SBTypeCategory_GetNumSynthetics()