Searched defs:CustomMappingTraits (Results 1 – 3 of 3) sorted by relevance
207 template <> struct CustomMappingTraits<MapDocNode> { struct209 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne()215 static void output(IO &IO, MapDocNode &M) { in output()
37 template <> struct CustomMappingTraits<IdHashNodeStableMapTy> { struct38 static void inputOne(IO &io, StringRef Key, IdHashNodeStableMapTy &V) { in inputOne()49 static void output(IO &io, IdHashNodeStableMapTy &V) { in output()
277 struct CustomMappingTraits { struct