Home
last modified time | relevance | path

Searched refs:GOOGLE_CHECK_OK (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc84 GOOGLE_CHECK_OK(File::GetContents( in TEST()
88 GOOGLE_CHECK_OK(File::SetContents( in TEST()
107 GOOGLE_CHECK_OK(File::GetContents( in TEST()
112 GOOGLE_CHECK_OK(File::GetContents( in TEST()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc77 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/" + filename, data, in AddFile()
115 GOOGLE_CHECK_OK( in CaptureMetadata()
120 GOOGLE_CHECK_OK( in CaptureMetadata()
128 GOOGLE_CHECK_OK(File::GetContents(output_base + ".proto.h", proto_h, in CaptureMetadata()
143 GOOGLE_CHECK_OK(File::GetContents(path, &data, true)); in DecodeMetadata()
Dcpp_bootstrap_unittest.cc97 GOOGLE_CHECK_OK( in ExpectFileMatches()
Dcpp_plugin_unittest.cc186 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc261 GOOGLE_CHECK_OK(File::CreateDir(temp_directory_, 0777)); in SetUp()
374 GOOGLE_CHECK_OK(File::RecursivelyCreateDir(temp_directory_ + "/" + dir, in Run()
381 GOOGLE_CHECK_OK(File::SetContents( in Run()
387 GOOGLE_CHECK_OK(File::RecursivelyCreateDir(temp_directory_ + "/" + name, in Run()
475 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true)); in Run()
492 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true)); in Run()
1686 GOOGLE_CHECK_OK(File::SetContents(filename, input, true)); in Run()
1741 GOOGLE_CHECK_OK(File::GetContents(filename, &expected_output, true)); in Run()
1750 GOOGLE_CHECK_OK(File::GetContents(filename, &expected_output, true)); in Run()
Dimporter_unittest.cc249 GOOGLE_CHECK_OK(File::CreateDir(dirnames_[i], 0777)); in SetUp()
262 GOOGLE_CHECK_OK(File::SetContents(filename, contents, true)); in AddFile()
266 GOOGLE_CHECK_OK(File::CreateDir(dirname, 0777)); in AddSubdir()
380 GOOGLE_CHECK_OK(File::CreateDir(dirnames_[0] + "/bar", 0777)); in TEST_F()
Dmock_code_generator.cc91 GOOGLE_CHECK_OK( in ExpectGenerated()
/external/protobuf/src/google/protobuf/stubs/
Dlogging.h125 #undef GOOGLE_CHECK_OK
153 #define GOOGLE_CHECK_OK(A) GOOGLE_CHECK(::google::protobuf::internal::IsOk(A)) macro
193 #define GOOGLE_DCHECK_OK GOOGLE_CHECK_OK
Dstatus_test.cc60 GOOGLE_CHECK_OK(status); in TEST()
61 GOOGLE_CHECK_OK(status) << "Failed"; in TEST()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc87 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc90 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
/external/protobuf/src/google/protobuf/util/
Djson_util_test.cc72 GOOGLE_CHECK_OK(BinaryToJsonString(resolver_.get(), in ToJson()
/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc82 GOOGLE_CHECK_OK(File::GetContents( in SetUpTestCase()
104 GOOGLE_CHECK_OK(File::GetContents(TestSourceDir() + in SetUpTestCase()
Dmap_test.cc2707 GOOGLE_CHECK_OK(File::GetContents( in TEST()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc568 GOOGLE_CHECK_OK(File::GetContents( in TEST_F()