Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc653 struct DynamicMessageFactory::PrototypeMap { struct in google::protobuf::DynamicMessageFactory
655 Map;
656 Map map_;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp102 using PrototypeMap = std::unordered_map<std::string, FunctionDeclaration *>; in instrumentGlobals() typedef