Searched defs:GetPrototype (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/python/google/protobuf/ | ||
D | message_factory.py | 66 def GetPrototype(self, descriptor): member in MessageFactory |
/third_party/protobuf/src/google/protobuf/ | ||
D | message.cc | 227 const Message* GeneratedMessageFactory::GetPrototype(const Descriptor* type) { in GetPrototype() function in google::protobuf::__anonbfc510bd0111::GeneratedMessageFactory |
D | dynamic_message.cc | 678 const Message* DynamicMessageFactory::GetPrototype(const Descriptor* type) { in GetPrototype() function in google::protobuf::DynamicMessageFactory |
/third_party/node/test/js-native-api/test_object/ | ||
D | test_null.c | 346 static napi_value GetPrototype(napi_env env, napi_callback_info info) { in GetPrototype() function |