Searched defs:MappingTraits (Results 1 – 5 of 5) sorted by relevance
23 struct MappingTraits<BinaryHolder> { struct24 static void mapping(IO &IO, BinaryHolder &BH) { in mapping()
53 struct MappingTraits<FooBar> { struct54 static void mapping(IO &io, FooBar& fb) { in mapping()171 struct MappingTraits<BuiltInTypes> { struct172 static void mapping(IO &io, BuiltInTypes& bt) { in mapping()327 struct MappingTraits<StringTypes> { struct328 static void mapping(IO &io, StringTypes& st) { in mapping()460 struct MappingTraits<ColorMap> { struct461 static void mapping(IO &io, ColorMap& c) { in mapping()534 struct MappingTraits<FlagsMap> { struct535 static void mapping(IO &io, FlagsMap& c) { in mapping()[all …]
142 template <> struct MappingTraits<MCModuleYAML::Atom> { struct146 template <> struct MappingTraits<MCModuleYAML::Inst> { struct150 template <> struct MappingTraits<MCModuleYAML::BasicBlock> { struct154 template <> struct MappingTraits<MCModuleYAML::Function> { struct158 template <> struct MappingTraits<MCModuleYAML::Module> { struct
44 struct MappingTraits { struct
128 template <> struct MappingTraits<FormatStyle> { struct129 static void mapping(IO &IO, FormatStyle &Style) { in mapping()