Searched defs:TestGenerator (Results 1 – 5 of 5) sorted by relevance
55 class TestGenerator : public CodeGenerator { class57 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::cpp::__anon9d004ae50111::TestGenerator
55 class TestGenerator : public CodeGenerator { class57 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::java::__anonb180b0430111::TestGenerator
56 class TestGenerator : public CodeGenerator { class58 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::python::__anonf891ac430111::TestGenerator
151 class TestGenerator: class190 def main(args, description: str, generator_class: Type[TestGenerator] = TestGenerator):
220 class TestGenerator(TestGeneratorBase, TestEmailBase): class