Lines Matching defs:MappingTraits
127 template <> struct MappingTraits<YPosition> { struct
128 static void mapping(IO &IO, YPosition &Value) { in mapping()
166 template <> struct MappingTraits<SymbolLocation> { struct
167 static void mapping(IO &IO, SymbolLocation &Value) { in mapping()
180 template <> struct MappingTraits<SymbolInfo> { struct
181 static void mapping(IO &IO, SymbolInfo &SymInfo) { in mapping()
195 template <> struct MappingTraits<YIncludeHeaderWithReferences> { struct
196 static void mapping(IO &IO, YIncludeHeaderWithReferences &Inc) { in mapping()
224 template <> struct MappingTraits<Symbol> { struct
225 static void mapping(IO &IO, Symbol &Sym) { in mapping()
299 template <> struct MappingTraits<RefBundle> { struct
300 static void mapping(IO &IO, RefBundle &Refs) { in mapping()
317 template <> struct MappingTraits<Ref> { struct
318 static void mapping(IO &IO, Ref &R) { in mapping()
336 template <> struct MappingTraits<SymbolID> { struct
337 static void mapping(IO &IO, SymbolID &ID) { in mapping()
343 template <> struct MappingTraits<Relation> { struct
344 static void mapping(IO &IO, Relation &Relation) { in mapping()
386 template <> struct MappingTraits<IncludeGraphNode> { struct
387 static void mapping(IO &IO, IncludeGraphNode &Node) { in mapping()
399 template <> struct MappingTraits<CompileCommandYAML> { struct
400 static void mapping(IO &IO, CompileCommandYAML &Cmd) { in mapping()
406 template <> struct MappingTraits<VariantEntry> { struct
407 static void mapping(IO &IO, VariantEntry &Variant) { in mapping()