Home
last modified time | relevance | path

Searched refs:ExpectGenerated (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc169 void ExpectGenerated(const std::string& generator_name,
173 void ExpectGenerated(const std::string& generator_name,
418 void CommandLineInterfaceTest::ExpectGenerated( in ExpectGenerated() function in google::protobuf::compiler::__anon5a1c7dce0111::CommandLineInterfaceTest
421 MockCodeGenerator::ExpectGenerated(generator_name, parameter, "", proto_name, in ExpectGenerated()
425 void CommandLineInterfaceTest::ExpectGenerated( in ExpectGenerated() function in google::protobuf::compiler::__anon5a1c7dce0111::CommandLineInterfaceTest
429 MockCodeGenerator::ExpectGenerated(generator_name, parameter, "", proto_name, in ExpectGenerated()
437 MockCodeGenerator::ExpectGenerated(generator_name, "", "", proto_name, in ExpectGeneratedWithMultipleInputs()
446 MockCodeGenerator::ExpectGenerated(generator_name, parameter, insertions, in ExpectGeneratedWithInsertions()
518 ExpectGenerated("test_generator", "", "foo.proto", "Foo"); in TEST_F()
534 ExpectGenerated("test_generator", "", "foo.proto", "Foo"); in TEST_F()
[all …]
Dmock_code_generator.h87 static void ExpectGenerated(const std::string& name,
Dmock_code_generator.cc90 void MockCodeGenerator::ExpectGenerated( in ExpectGenerated() function in google::protobuf::compiler::MockCodeGenerator