Searched defs:GetPrototype (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddynamic_message.cc453 const Message* DynamicMessageFactory::GetPrototype(const Descriptor* type) { function in class:google::protobuf::DynamicMessageFactory
462 return MessageFactory::generated_factory()->GetPrototype(type);
H A Dmessage.cc205 const Message* GetPrototype(const Descriptor* type);
252 // function during GetPrototype(), in which case we already have locked
260 const Message* GeneratedMessageFactory::GetPrototype(const Descriptor* type) { function in class:google::protobuf::__anon8763::GeneratedMessageFactory
/external/v8/src/
H A Dobjects-inl.h4528 Object* JSReceiver::GetPrototype() { function in class:JSReceiver
4557 Object* proto = GetPrototype();
H A Dapi.cc2861 Local<Value> v8::Object::GetPrototype() { function in class:v8::v8::Object
2863 ON_BAILOUT(isolate, "v8::Object::GetPrototype()",
2867 i::Handle<i::Object> result(self->GetPrototype());
2899 i::Object* prototype = object->GetPrototype();
H A Dobjects.cc586 ASSERT(this != this->GetPrototype());
587 for (Object* current = this; true; current = current->GetPrototype()) {
656 holder = holder->GetPrototype()) {
704 Object* Object::GetPrototype() { function in class:v8::internal::Object
1472 Object* proto = GetPrototype();
2053 for (Object* pt = GetPrototype();
2055 pt = pt->GetPrototype()) {
2076 for (Object* pt = GetPrototype();
2078 pt = pt->GetPrototype()) {
2480 Object* proto = GetPrototype();
[all...]

Completed in 111 milliseconds