Searched defs:MappingTraits (Results 1 – 4 of 4) sorted by relevance
23 struct MappingTraits<BinaryHolder> { struct24 static void mapping(IO &IO, BinaryHolder &BH) { in mapping()
46 struct MappingTraits<FooBar> { struct47 static void mapping(IO &io, FooBar& fb) { in mapping()153 struct MappingTraits<BuiltInTypes> { struct154 static void mapping(IO &io, BuiltInTypes& bt) { in mapping()310 struct MappingTraits<ColorMap> { struct311 static void mapping(IO &io, ColorMap& c) { in mapping()384 struct MappingTraits<FlagsMap> { struct385 static void mapping(IO &io, FlagsMap& c) { in mapping()467 struct MappingTraits<MyCustomTypeMap> { struct468 static void mapping(IO &io, MyCustomTypeMap& s) { in mapping()[all …]
44 struct MappingTraits { struct
69 template <> struct MappingTraits<clang::format::FormatStyle> { struct70 static void mapping(llvm::yaml::IO &IO, clang::format::FormatStyle &Style) { in mapping()