Searched defs:MappingTraits (Results 1 – 5 of 5) sorted by relevance
56 struct MappingTraits<FooBar> { struct57 static void mapping(IO &io, FooBar& fb) { in mapping()63 template <> struct MappingTraits<FooBarContainer> { struct64 static void mapping(IO &io, FooBarContainer &fb) { in mapping()264 struct MappingTraits<BuiltInTypes> { struct265 static void mapping(IO &io, BuiltInTypes& bt) { in mapping()416 template <> struct MappingTraits<EndianTypes> { struct417 static void mapping(IO &io, EndianTypes &et) { in mapping()525 struct MappingTraits<StringTypes> { struct526 static void mapping(IO &io, StringTypes& st) { in mapping()[all …]
23 struct MappingTraits<BinaryHolder> { struct24 static void mapping(IO &IO, BinaryHolder &BH) { in mapping()
52 struct MappingTraits { struct
41 struct MappingTraits { struct
200 template <> struct MappingTraits<FormatStyle> { struct201 static void mapping(IO &IO, FormatStyle &Style) { in mapping()361 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> { struct362 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping()377 template <> struct MappingTraits<FormatStyle::IncludeCategory> { struct378 static void mapping(IO &IO, FormatStyle::IncludeCategory &Category) { in mapping()