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::__anon1932::StringToEnum
422 EnumMap enum_map_;
/external/clang/lib/Sema/
H A DSemaDecl.cpp11439 ValueToVectorMap EnumMap; local
11441 // Populate the EnumMap with all values represented by enum constants without
11456 DeclOrVector &Entry = EnumMap[Key];
11471 DeclOrVector& Entry = EnumMap[Key];

Completed in 137 milliseconds