Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc90 void ExpectFileMatches(const std::string& virtual_filename, in ExpectFileMatches() function in google::protobuf::compiler::cpp::__anonea634aea0111::MockGeneratorContext
181 context.ExpectFileMatches(vpath + ".pb.cc", rpath + ".pb.cc"); in TEST()
182 context.ExpectFileMatches(vpath + ".pb.h", rpath + ".pb.h"); in TEST()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_bootstrap_unittest.cc80 void ExpectFileMatches(const string& virtual_filename, in ExpectFileMatches() function in google::protobuf::compiler::csharp::__anon00d6ef660111::MockGeneratorContext
117 context_.ExpectFileMatches(file1, file2); in Run()