Searched defs:PrototypeMap (Results 1 – 2 of 2) sorted by relevance
653 struct DynamicMessageFactory::PrototypeMap { struct in google::protobuf::DynamicMessageFactory655 Map;656 Map map_;
102 using PrototypeMap = std::unordered_map<std::string, FunctionDeclaration *>; in instrumentGlobals() typedef