Home
last modified time | relevance | path

Searched defs:TestGenerator (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc55 class TestGenerator : public CodeGenerator { class
57 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::cpp::__anon9d004ae50111::TestGenerator
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc55 class TestGenerator : public CodeGenerator { class
57 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::java::__anonb180b0430111::TestGenerator
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc56 class TestGenerator : public CodeGenerator { class
58 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::python::__anonf891ac430111::TestGenerator
/third_party/mbedtls/scripts/mbedtls_dev/
Dtest_data_generation.py151 class TestGenerator: class
190 def main(args, description: str, generator_class: Type[TestGenerator] = TestGenerator):
/third_party/python/Lib/test/test_email/
Dtest_generator.py220 class TestGenerator(TestGeneratorBase, TestEmailBase): class