Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc474 string file_contents; in Run() local
475 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true)); in Run()
477 if (!descriptor_set->ParseFromString(file_contents)) { in Run()
491 string file_contents; in Run() local
492 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true)); in Run()
495 file_contents); in Run()
Dimporter_unittest.cc276 string file_contents; in ExpectFileContents() local
280 file_contents.append(reinterpret_cast<const char*>(data), size); in ExpectFileContents()
283 EXPECT_EQ(expected_contents, file_contents); in ExpectFileContents()