Lines Matching defs:MappingTraits
119 template <> struct MappingTraits<Param> { struct
120 static void mapping(IO &IO, Param &P) { in mapping()
180 template <> struct MappingTraits<Method> { struct
181 static void mapping(IO &IO, Method &M) { in mapping()
221 template <> struct MappingTraits<Property> { struct
222 static void mapping(IO &IO, Property &P) { in mapping()
260 template <> struct MappingTraits<Class> { struct
261 static void mapping(IO &IO, Class &C) { in mapping()
301 template <> struct MappingTraits<Function> { struct
302 static void mapping(IO &IO, Function &F) { in mapping()
336 template <> struct MappingTraits<GlobalVariable> { struct
337 static void mapping(IO &IO, GlobalVariable &GV) { in mapping()
366 template <> struct MappingTraits<EnumConstant> { struct
367 static void mapping(IO &IO, EnumConstant &EC) { in mapping()
437 template <> struct MappingTraits<Tag> { struct
438 static void mapping(IO &IO, Tag &T) { in mapping()
481 template <> struct MappingTraits<Typedef> { struct
482 static void mapping(IO &IO, Typedef &T) { in mapping()
536 template <> struct MappingTraits<Versioned> { struct
537 static void mapping(IO &IO, Versioned &V) { in mapping()
562 template <> struct MappingTraits<Module> { struct
563 static void mapping(IO &IO, Module &M) { in mapping()