Lines Matching refs:specialization
115 To specify a YAML mappings, you define a specialization on
118 then the specialization is simple. For example:
309 ScalarEnumerationTraits specialization on CPUs, which can then be used
447 your specialization must create a temporary llvm::StringRef. When reading,
448 YAML I/O will provide an llvm::StringRef of scalar and your specialization
491 ScalarTraits specialization - YAML I/O will provide the native type and your
492 specialization must create a temporary llvm::StringRef when writing, and
494 and your specialization must convert that to your native data type when reading.
495 An example of a custom type with an appropriate specialization of
745 an optional ``validate()`` method in a MappingTraits template specialization.
781 written in YAML using flow mapping, your MappingTraits specialization should
833 be written in YAML as a flow sequence, your SequenceTraits specialization should
955 has a DocumentListTraits specialization, then Output walks through each element