Home
last modified time | relevance | path

Searched defs:GetPrototype (Results 1 – 7 of 7) 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::__anon1066483f0111::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
/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h98 MaybeHandle<HeapObject> JSReceiver::GetPrototype(Isolate* isolate, in GetPrototype() function
Dobjects.cc1341 MaybeHandle<HeapObject> JSProxy::GetPrototype(Handle<JSProxy> proxy) { in GetPrototype() function in v8::internal::JSProxy
/third_party/node/deps/v8/src/api/
Dapi.cc4592 Local<Value> v8::Object::GetPrototype() { in GetPrototype() function in v8::v8::Object