Searched refs:ImmutableGeneratorFactory (Results 1 – 3 of 3) sorted by relevance
55 ImmutableGeneratorFactory::ImmutableGeneratorFactory( in ImmutableGeneratorFactory() function in google::protobuf::compiler::java::ImmutableGeneratorFactory58 ImmutableGeneratorFactory::~ImmutableGeneratorFactory() {} in ~ImmutableGeneratorFactory()60 MessageGenerator* ImmutableGeneratorFactory::NewMessageGenerator( in NewMessageGenerator()69 ExtensionGenerator* ImmutableGeneratorFactory::NewExtensionGenerator( in NewExtensionGenerator()78 ServiceGenerator* ImmutableGeneratorFactory::NewServiceGenerator( in NewServiceGenerator()
76 class ImmutableGeneratorFactory : public GeneratorFactory {78 ImmutableGeneratorFactory(Context* context);79 virtual ~ImmutableGeneratorFactory();92 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ImmutableGeneratorFactory);
210 new ImmutableGeneratorFactory(context_.get())); in FileGenerator()