Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc170 void ExpectGenerated(const string& generator_name,
174 void ExpectGenerated(const string& generator_name,
422 void CommandLineInterfaceTest::ExpectGenerated( in Run() function in google::protobuf::compiler::__anon182977270111::CommandLineInterfaceTest
427 MockCodeGenerator::ExpectGenerated( in Run()
432 void CommandLineInterfaceTest::ExpectGenerated( in Run() function in google::protobuf::compiler::__anon182977270111::CommandLineInterfaceTest
438 MockCodeGenerator::ExpectGenerated( in Run()
448 MockCodeGenerator::ExpectGenerated( in Run()
460 MockCodeGenerator::ExpectGenerated( in Run()
511 ExpectGenerated("test_generator", "", "foo.proto", "Foo"); in Run()
525 ExpectGenerated("test_plugin", "", "foo.proto", "Foo"); in Run()
[all …]
Dmock_code_generator.h83 static void ExpectGenerated(const string& name,
Dmock_code_generator.cc82 void MockCodeGenerator::ExpectGenerated( in ExpectGenerated() function in google::protobuf::compiler::MockCodeGenerator