Home
last modified time | relevance | path

Searched refs:NestedMap (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.h398 typedef map<const FieldDescriptor*, vector<ParseInfoTree*> > NestedMap; typedef
401 NestedMap nested_;
Dtext_format.cc142 for (NestedMap::iterator it = nested_.begin(); it != nested_.end(); ++it) { in ~ParseInfoTree()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp2403 struct NestedMap { struct
2404 NestedMap(MappingContext &Context) : Context(Context) {} in NestedMap() function
2420 template <> struct MappingTraits<NestedMap> { argument
2421 static void mapping(IO &io, NestedMap &nm) { in mapping()
2430 NestedMap Nested(Context); in TEST()