Home
last modified time | relevance | path

Searched defs:CustomMappingTraits (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp207 template <> struct CustomMappingTraits<MapDocNode> { struct
209 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne()
215 static void output(IO &IO, MapDocNode &M) { in output()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLTraits.h276 struct CustomMappingTraits { struct
/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp3016 template <> struct CustomMappingTraits<Map> { struct
3017 static void inputOne(IO &IO, StringRef Key, Map &M) { in inputOne()
3021 static void output(IO &IO, Map &M) { in output()