Searched refs:NestedMap (Results 1 – 3 of 3) sorted by relevance
398 typedef map<const FieldDescriptor*, vector<ParseInfoTree*> > NestedMap; typedef401 NestedMap nested_;
142 for (NestedMap::iterator it = nested_.begin(); it != nested_.end(); ++it) { in ~ParseInfoTree()
2403 struct NestedMap { struct2404 NestedMap(MappingContext &Context) : Context(Context) {} in NestedMap() argument2420 template <> struct MappingTraits<NestedMap> { argument2421 static void mapping(IO &io, NestedMap &nm) { in mapping()2430 NestedMap Nested(Context); in TEST()