Lines Matching defs:MappingTraits
118 template <> struct MappingTraits<Param> { struct
119 static void mapping(IO &IO, Param &P) { in mapping()
179 template <> struct MappingTraits<Method> { struct
180 static void mapping(IO &IO, Method &M) { in mapping()
220 template <> struct MappingTraits<Property> { struct
221 static void mapping(IO &IO, Property &P) { in mapping()
259 template <> struct MappingTraits<Class> { struct
260 static void mapping(IO &IO, Class &C) { in mapping()
300 template <> struct MappingTraits<Function> { struct
301 static void mapping(IO &IO, Function &F) { in mapping()
335 template <> struct MappingTraits<GlobalVariable> { struct
336 static void mapping(IO &IO, GlobalVariable &GV) { in mapping()
365 template <> struct MappingTraits<EnumConstant> { struct
366 static void mapping(IO &IO, EnumConstant &EC) { in mapping()
441 template <> struct MappingTraits<Tag> { struct
442 static void mapping(IO &IO, Tag &T) { in mapping()
490 template <> struct MappingTraits<Typedef> { struct
491 static void mapping(IO &IO, Typedef &T) { in mapping()
551 template <> struct MappingTraits<Namespace> { struct
552 static void mapping(IO &IO, Namespace &T) { in mapping()
578 template <> struct MappingTraits<Versioned> { struct
579 static void mapping(IO &IO, Versioned &V) { in mapping()
604 template <> struct MappingTraits<Module> { struct
605 static void mapping(IO &IO, Module &M) { in mapping()