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

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage_factory.py48 def GetPrototype(self, descriptor): member in class:MessageFactory
69 self.GetPrototype(field.message_type)
94 result[desc.full_name] = _FACTORY.GetPrototype(desc)
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.cc466 const Message* DynamicMessageFactory::GetPrototype(const Descriptor* type) { function in class:google::protobuf::DynamicMessageFactory
475 return MessageFactory::generated_factory()->GetPrototype(type);
H A Dmessage.cc244 const Message* GetPrototype(const Descriptor* type);
291 // function during GetPrototype(), in which case we already have locked
300 const Message* GeneratedMessageFactory::GetPrototype(const Descriptor* type) { function in class:google::protobuf::__anon14849::GeneratedMessageFactory
/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.cc206 const Message* GetPrototype(const Descriptor* type);
253 // function during GetPrototype(), in which case we already have locked
261 const Message* GeneratedMessageFactory::GetPrototype(const Descriptor* type) { function in class:google::protobuf::__anon28994::GeneratedMessageFactory
/external/chromium_org/v8/src/
H A Dapi.cc3269 Local<Value> v8::Object::GetPrototype() { function in class:v8::v8::Object
3271 ON_BAILOUT(isolate, "v8::Object::GetPrototype()", return Local<v8::Value>());

Completed in 1151 milliseconds