Home
last modified time | relevance | path

Searched refs:ValidatorContainer (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h71 typedef FormatterContainerPair<TypeValidatorImpl> ValidatorContainer; typedef
94 typedef ValidatorContainer::ExactMatchContainerSP ValidatorContainerSP;
157 SetExact(ValidatorContainer::ExactMatchForEachCallback callback) { in SetExact()
163 SetWithRegex(ValidatorContainer::RegexMatchForEachCallback callback) { in SetWithRegex()
200 ValidatorContainer::ExactMatchForEachCallback
204 ValidatorContainer::RegexMatchForEachCallback
224 ValidatorContainer::ExactMatchForEachCallback m_validator_exact;
225 ValidatorContainer::RegexMatchForEachCallback m_validator_regex;
296 ValidatorContainer::MapValueType
339 ValidatorContainer::MapValueType GetValidatorAtIndex(size_t index);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp488 TypeCategoryImpl::ValidatorContainer::MapValueType
490 ValidatorContainer::MapValueType retval; in GetValidatorForType()
578 TypeCategoryImpl::ValidatorContainer::MapValueType