Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dplugin_unittest.cc31 class TestGenerator : public CodeGenerator { class
33 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::cpp::__anon70fa04050111::TestGenerator
/third_party/protobuf/src/google/protobuf/compiler/python/
Dplugin_unittest.cc30 class TestGenerator : public CodeGenerator { class
32 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::python::__anona46470840111::TestGenerator
/third_party/protobuf/src/google/protobuf/compiler/java/
Dplugin_unittest.cc29 class TestGenerator : public CodeGenerator { class
31 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::java::__anon870358240111::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
/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator_unittest.cc41 class TestGenerator : public CodeGenerator { class