GetPrototype      396 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc   return global_message_factory->GetPrototype(descriptor);
GetPrototype      410 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc     const Message* prototype = global_message_factory->GetPrototype(
GetPrototype     1311 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc   scoped_ptr<Message> message(dynamic_factory.GetPrototype(type)->New());
GetPrototype      520 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   message1.reset(factory.GetPrototype(
GetPrototype      115 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc         factory.GetPrototype(file_proto_desc)->New());
GetPrototype     4838 third_party/protobuf/src/google/protobuf/descriptor.cc   scoped_ptr<Message> dynamic(dynamic_factory_.GetPrototype(type)->New());
GetPrototype      475 third_party/protobuf/src/google/protobuf/dynamic_message.cc     return MessageFactory::generated_factory()->GetPrototype(type);
GetPrototype      112 third_party/protobuf/src/google/protobuf/dynamic_message.h   const Message* GetPrototype(const Descriptor* type);
GetPrototype       90 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc     prototype_ = factory_.GetPrototype(descriptor_);
GetPrototype       95 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc     extensions_prototype_ = factory_.GetPrototype(extensions_descriptor_);
GetPrototype      100 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc     packed_prototype_ = factory_.GetPrototype(packed_descriptor_);
GetPrototype      112 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc   EXPECT_EQ(prototype_, factory_.GetPrototype(descriptor_));
GetPrototype      126 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc     return *factory->GetPrototype(message_type);
GetPrototype      131 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc           *factory->GetPrototype(message_type));
GetPrototype      147 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc         factory->GetPrototype(descriptor->message_type());
GetPrototype      157 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc           *factory->GetPrototype(descriptor->message_type()));
GetPrototype      175 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc         *factory->GetPrototype(descriptor->message_type()));
GetPrototype      205 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc       prototype = factory->GetPrototype(descriptor->message_type());
GetPrototype      233 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc           factory_->GetPrototype(extension->message_type());
GetPrototype      718 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc         dynamic_factory.GetPrototype(dynamic_message_extension->message_type());
GetPrototype     1077 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc         prototype = factory->GetPrototype(field->message_type());
GetPrototype      244 third_party/protobuf/src/google/protobuf/message.cc   const Message* GetPrototype(const Descriptor* type);
GetPrototype      713 third_party/protobuf/src/google/protobuf/message.h   virtual const Message* GetPrototype(const Descriptor* type) = 0;
GetPrototype      334 third_party/protobuf/src/google/protobuf/message_unittest.cc     MessageFactory::generated_factory()->GetPrototype(
GetPrototype      349 third_party/protobuf/src/google/protobuf/message_unittest.cc     MessageFactory::generated_factory()->GetPrototype(descriptor) == NULL);