Searched defs:GetPrototype (Results 1 – 6 of 6) sorted by relevance
| /external/protobuf/python/google/protobuf/ | ||
| D | message_factory.py | 66 def GetPrototype(self, descriptor): member in MessageFactory |
| /external/protobuf/src/google/protobuf/ | ||
| D | dynamic_message.cc | 653 const Message* DynamicMessageFactory::GetPrototype(const Descriptor* type) { in GetPrototype() function in google::protobuf::DynamicMessageFactory |
| D | message.cc | 613 const Message* GeneratedMessageFactory::GetPrototype(const Descriptor* type) { in GetPrototype() function in google::protobuf::__anonae9a94f80311::GeneratedMessageFactory |
| /external/v8/src/objects/ | ||
| D | js-objects-inl.h | 77 MaybeHandle<HeapObject> JSReceiver::GetPrototype(Isolate* isolate, in GetPrototype() function |
| D | objects.cc | 1357 MaybeHandle<HeapObject> JSProxy::GetPrototype(Handle<JSProxy> proxy) { in GetPrototype() function in v8::internal::JSProxy |
| /external/v8/src/api/ | ||
| D | api.cc | 4374 Local<Value> v8::Object::GetPrototype() { in GetPrototype() function in v8::v8::Object |