Home
last modified time | relevance | path

Searched defs:PrototypeMap (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc608 struct DynamicMessageFactory::PrototypeMap { struct in google::protobuf::DynamicMessageFactory
609 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
610 Map map_;
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp102 using PrototypeMap = std::unordered_map<std::string, FunctionDeclaration *>; in instrumentGlobals() typedef