Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc92 string* expected_contents = FindPtrOrNull(files_, virtual_filename); in ExpectFileMatches() local
93 ASSERT_TRUE(expected_contents != NULL) in ExpectFileMatches()
100 EXPECT_TRUE(actual_contents == *expected_contents) in ExpectFileMatches()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dimporter_unittest.cc270 const char* expected_contents) { in ExpectFileContents() argument
283 EXPECT_EQ(expected_contents, file_contents); in ExpectFileContents()