Searched refs:GetExact (Results 1 – 4 of 4) sorted by relevance
325 GetRegexTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()), in GetFormatForType()328 GetTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()), in GetFormatForType()341 GetRegexTypeSummariesContainer()->GetExact( in GetSummaryForType()344 GetTypeSummariesContainer()->GetExact(ConstString(type_sp->GetName()), in GetSummaryForType()357 GetRegexTypeFiltersContainer()->GetExact(ConstString(type_sp->GetName()), in GetFilterForType()360 GetTypeFiltersContainer()->GetExact(ConstString(type_sp->GetName()), in GetFilterForType()373 GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()376 GetTypeSyntheticsContainer()->GetExact(ConstString(type_sp->GetName()), in GetSyntheticForType()
172 return GetFormatManager().GetNamedSummaryContainer().GetExact(type, entry); in GetSummaryFormat()
191 m_opaque_sp->GetRegexTypeFiltersContainer()->GetExact( in GetFilterForType()194 m_opaque_sp->GetTypeFiltersContainer()->GetExact( in GetFilterForType()217 m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact( in GetFormatForType()220 m_opaque_sp->GetTypeFormatsContainer()->GetExact( in GetFormatForType()241 m_opaque_sp->GetRegexTypeSummariesContainer()->GetExact( in GetSummaryForType()244 m_opaque_sp->GetTypeSummariesContainer()->GetExact( in GetSummaryForType()265 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()268 m_opaque_sp->GetTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
156 bool GetExact(TypeMatcher matcher, ValueSP &entry) { in GetExact() function