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