Home | History | Annotate | Download | only in protobuf

Lines Matching refs:GetPrototype

523   // factory->GetPrototype(field->message_type() MUST return an instance of the
738 // Some implementations do not support all types. GetPrototype() will
743 virtual const Message* GetPrototype(const Descriptor* type) = 0;
747 // MessageFactory::generated_factory()->GetPrototype(
751 // pool, GetPrototype() will return NULL. (You can also check if a
755 // This factory is 100% thread-safe; calling GetPrototype() does not modify
762 // time, to be placed in generated_factory. The first time GetPrototype()