Searched refs:PrototypeMap (Results 1 – 3 of 3) sorted by relevance
129 struct PrototypeMap;130 google::protobuf::scoped_ptr<PrototypeMap> prototypes_;
608 struct DynamicMessageFactory::PrototypeMap { struct in google::protobuf::DynamicMessageFactory615 prototypes_(new PrototypeMap) { in DynamicMessageFactory()620 prototypes_(new PrototypeMap) { in DynamicMessageFactory()624 for (PrototypeMap::Map::iterator iter = prototypes_->map_.begin(); in ~DynamicMessageFactory()
102 using PrototypeMap = std::unordered_map<std::string, FunctionDeclaration *>; in instrumentGlobals() typedef103 PrototypeMap ProtoSubstitutions; in instrumentGlobals()153 PrototypeMap::iterator SubstProtoEntry = in instrumentGlobals()