HomeSort by relevance Sort by last modified time
    Searched refs:GOOGLE_CHECK_OK (Results 1 - 15 of 15) sorted by null

  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator_unittest.cc 84 GOOGLE_CHECK_OK(File::GetContents(
88 GOOGLE_CHECK_OK(File::SetContents(
107 GOOGLE_CHECK_OK(File::GetContents(
112 GOOGLE_CHECK_OK(File::GetContents(
  /external/protobuf/src/google/protobuf/compiler/cpp/
metadata_test.cc 77 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/" + filename, data,
115 GOOGLE_CHECK_OK(
120 GOOGLE_CHECK_OK(
128 GOOGLE_CHECK_OK(File::GetContents(output_base + ".proto.h", proto_h,
143 GOOGLE_CHECK_OK(File::GetContents(path, &data, true));
cpp_bootstrap_unittest.cc 97 GOOGLE_CHECK_OK(
cpp_plugin_unittest.cc 186 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
  /external/protobuf/src/google/protobuf/stubs/
logging.h 125 #undef GOOGLE_CHECK_OK
153 #define GOOGLE_CHECK_OK(A) GOOGLE_CHECK(::google::protobuf::internal::IsOk(A))
193 #define GOOGLE_DCHECK_OK GOOGLE_CHECK_OK
status_test.cc 60 GOOGLE_CHECK_OK(status);
61 GOOGLE_CHECK_OK(status) << "Failed";
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 90 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 87 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 261 GOOGLE_CHECK_OK(File::CreateDir(temp_directory_, 0777));
374 GOOGLE_CHECK_OK(File::RecursivelyCreateDir(temp_directory_ + "/" + dir,
381 GOOGLE_CHECK_OK(File::SetContents(
387 GOOGLE_CHECK_OK(File::RecursivelyCreateDir(temp_directory_ + "/" + name,
475 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true));
492 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true));
    [all...]
importer_unittest.cc 249 GOOGLE_CHECK_OK(File::CreateDir(dirnames_[i], 0777));
262 GOOGLE_CHECK_OK(File::SetContents(filename, contents, true));
266 GOOGLE_CHECK_OK(File::CreateDir(dirname, 0777));
380 GOOGLE_CHECK_OK(File::CreateDir(dirnames_[0] + "/bar", 0777));
mock_code_generator.cc 91 GOOGLE_CHECK_OK(
  /external/protobuf/src/google/protobuf/util/
json_util_test.cc 72 GOOGLE_CHECK_OK(BinaryToJsonString(resolver_.get(),
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 82 GOOGLE_CHECK_OK(File::GetContents(
104 GOOGLE_CHECK_OK(File::GetContents(TestSourceDir() +
    [all...]
map_test.cc     [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 568 GOOGLE_CHECK_OK(File::GetContents(

Completed in 1164 milliseconds