Home
last modified time | relevance | path

Searched refs:ExpectFileMatches (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc86 void ExpectFileMatches(const std::string& virtual_filename, in ExpectFileMatches() function in google::protobuf::compiler::cpp::__anon8a41f7990111::MockGeneratorContext
176 context.ExpectFileMatches(vpath + ".pb.cc", rpath + ".pb.cc"); in TEST()
177 context.ExpectFileMatches(vpath + ".pb.h", rpath + ".pb.h"); in TEST()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_bootstrap_unittest.cc80 void ExpectFileMatches(const string& virtual_filename, in ExpectFileMatches() function in google::protobuf::compiler::csharp::__anon4f1623550111::MockGeneratorContext
117 context_.ExpectFileMatches(file1, file2); in Run()