Home
last modified time | relevance | path

Searched refs:GetExact (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp325 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()
DDataVisualization.cpp172 return GetFormatManager().GetNamedSummaryContainer().GetExact(type, entry); in GetSummaryFormat()
/external/llvm-project/lldb/source/API/
DSBTypeCategory.cpp201 m_opaque_sp->GetRegexTypeFiltersContainer()->GetExact( in GetFilterForType()
204 m_opaque_sp->GetTypeFiltersContainer()->GetExact( in GetFilterForType()
228 m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact( in GetFormatForType()
231 m_opaque_sp->GetTypeFormatsContainer()->GetExact( in GetFormatForType()
253 m_opaque_sp->GetRegexTypeSummariesContainer()->GetExact( in GetSummaryForType()
256 m_opaque_sp->GetTypeSummariesContainer()->GetExact( in GetSummaryForType()
278 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
281 m_opaque_sp->GetTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormattersContainer.h156 bool GetExact(TypeMatcher matcher, ValueSP &entry) { in GetExact() function
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3020 func (m *FloatingPoint) GetExact() bool { func