Searched defs:EnumMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc420 typedef typename std::map<std::string, Type> EnumMap; typedef in class:chromeos::__anon1794::StringToEnum
422 EnumMap enum_map_;
/external/clang/lib/Sema/
H A DSemaDecl.cpp10695 ValueToVectorMap EnumMap; local
10697 // Populate the EnumMap with all values represented by enum constants without
10712 DeclOrVector &Entry = EnumMap[Key];
10727 DeclOrVector& Entry = EnumMap[Key];

Completed in 7133 milliseconds