Home
last modified time | relevance | path

Searched defs:GetPrototype (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/python/google/protobuf/
Dmessage_factory.py66 def GetPrototype(self, descriptor): member in MessageFactory
/third_party/protobuf/src/google/protobuf/
Dmessage.cc227 const Message* GeneratedMessageFactory::GetPrototype(const Descriptor* type) { in GetPrototype() function in google::protobuf::__anonbfc510bd0111::GeneratedMessageFactory
Ddynamic_message.cc678 const Message* DynamicMessageFactory::GetPrototype(const Descriptor* type) { in GetPrototype() function in google::protobuf::DynamicMessageFactory
/third_party/node/test/js-native-api/test_object/
Dtest_null.c346 static napi_value GetPrototype(napi_env env, napi_callback_info info) { in GetPrototype() function