Searched refs:ExpectGenerated (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 169 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 …]
|
D | mock_code_generator.h | 87 static void ExpectGenerated(const std::string& name,
|
D | mock_code_generator.cc | 90 void MockCodeGenerator::ExpectGenerated( in ExpectGenerated() function in google::protobuf::compiler::MockCodeGenerator
|