Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddynamic_message.h129 struct PrototypeMap;
130 google::protobuf::scoped_ptr<PrototypeMap> prototypes_;
Ddynamic_message.cc608 struct DynamicMessageFactory::PrototypeMap { struct in google::protobuf::DynamicMessageFactory
615 prototypes_(new PrototypeMap) { in DynamicMessageFactory()
620 prototypes_(new PrototypeMap) { in DynamicMessageFactory()
624 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin(); in ~DynamicMessageFactory()
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp102 using PrototypeMap = std::unordered_map<std::string, FunctionDeclaration *>; in instrumentGlobals() typedef
103 PrototypeMap ProtoSubstitutions; in instrumentGlobals()
153 PrototypeMap::iterator SubstProtoEntry = in instrumentGlobals()