Home
last modified time | relevance | path

Searched refs:MapValueType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h176 typedef typename MapType::mapped_type MapValueType; typedef
186 void Add(const MapKeyType &type, const MapValueType &entry) { in Add()
194 bool Get(ValueObject &valobj, MapValueType &entry,
200 entry = MapValueType(entry);
202 entry = MapValueType();
208 bool Get(ConstString type, MapValueType &entry) { in Get()
212 bool GetExact(ConstString type, MapValueType &entry) { in GetExact()
216 MapValueType GetAtIndex(size_t index) { in GetAtIndex()
270 bool GetExact_Impl(ConstString type, MapValueType &entry, in GetExact_Impl()
295 bool Get_Impl(ConstString key, MapValueType &value, in Get_Impl()
[all …]
H A DTypeCategory.h36 typedef typename ExactMatchContainer::MapValueType MapValueType; typedef
282 FormatContainer::MapValueType
285 SummaryContainer::MapValueType
288 FilterContainer::MapValueType
292 SynthContainer::MapValueType
296 ValidatorContainer::MapValueType
305 FormatContainer::MapValueType GetFormatAtIndex(size_t index);
307 SummaryContainer::MapValueType GetSummaryAtIndex(size_t index);
309 FilterContainer::MapValueType GetFilterAtIndex(size_t index);
325 SynthContainer::MapValueType GetSyntheticAtIndex(size_t index);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp422 TypeCategoryImpl::FormatContainer::MapValueType
424 FormatContainer::MapValueType retval; in GetFormatForType()
440 SummaryContainer::MapValueType retval; in GetSummaryForType()
454 TypeCategoryImpl::FilterContainer::MapValueType
456 FilterContainer::MapValueType retval; in GetFilterForType()
471 TypeCategoryImpl::SynthContainer::MapValueType
473 SynthContainer::MapValueType retval; in GetSyntheticForType()
490 ValidatorContainer::MapValueType retval; in GetValidatorForType()
513 TypeCategoryImpl::FormatContainer::MapValueType
531 TypeCategoryImpl::FilterContainer::MapValueType
[all …]