Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.h97 static void CheckGeneratedAnnotations(const std::string& name,
Dcommand_line_interface_unittest.cc187 void CheckGeneratedAnnotations(const std::string& name,
451 void CommandLineInterfaceTest::CheckGeneratedAnnotations( in CheckGeneratedAnnotations() function in google::protobuf::compiler::__anon5a1c7dce0111::CommandLineInterfaceTest
453 MockCodeGenerator::CheckGeneratedAnnotations(name, file, temp_directory_); in CheckGeneratedAnnotations()
998 CheckGeneratedAnnotations("test_generator", "foo.proto"); in TEST_F()
999 CheckGeneratedAnnotations("test_plugin", "foo.proto"); in TEST_F()
Dmock_code_generator.cc151 void MockCodeGenerator::CheckGeneratedAnnotations( in CheckGeneratedAnnotations() function in google::protobuf::compiler::MockCodeGenerator