Searched refs:GetTypeFormatsContainer (Results 1 – 5 of 5) sorted by relevance
107 if (GetTypeFormatsContainer()->Get(candidates, entry, reason)) in Get()200 GetTypeFormatsContainer()->Clear(); in Clear()234 success = GetTypeFormatsContainer()->Delete(name) || success; in Delete()270 count += GetTypeFormatsContainer()->GetCount(); in GetCount()318 if (GetTypeFormatsContainer()->Get(type_name, format_sp)) { in AnyMatches()515 if (index < GetTypeFormatsContainer()->GetCount()) in GetFormatAtIndex()516 return GetTypeFormatsContainer()->GetAtIndex(index); in GetFormatAtIndex()519 index - GetTypeFormatsContainer()->GetCount()); in GetFormatAtIndex()542 if (index < GetTypeFormatsContainer()->GetCount()) in GetTypeNameSpecifierForFormatAtIndex()543 return GetTypeFormatsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFormatAtIndex()[all …]
36 category_sp->GetTypeFormatsContainer()->Add(type_name, format_sp); in AddFormat()
85 return m_opaque_sp->GetTypeFormatsContainer()->GetCount() + in GetNumFormats()183 m_opaque_sp->GetTypeFormatsContainer()->GetExact( in GetFormatForType()308 m_opaque_sp->GetTypeFormatsContainer()->Add( in AddTypeFormat()325 return m_opaque_sp->GetTypeFormatsContainer()->Delete( in DeleteTypeFormat()
232 GetTypeFormatsContainer()->ForEach(foreach.GetFormatExactCallback()); in ForEach()252 FormatContainerSP GetTypeFormatsContainer() { in GetTypeFormatsContainer() function
745 category_sp->GetTypeFormatsContainer()->Add(typeCS, entry); in DoExecute()