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

  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 83 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 88 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
cpp_bootstrap_unittest.cc 96 GOOGLE_CHECK_OK(
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 86 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto",
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 345 GOOGLE_CHECK_OK(File::CreateDir(dirnames_[i], 0777));
356 GOOGLE_CHECK_OK(File::SetContents(filename, contents, true));
360 GOOGLE_CHECK_OK(File::CreateDir(dirname, 0777));
474 GOOGLE_CHECK_OK(File::CreateDir(dirnames_[0] + "/bar", 0777));
command_line_interface_unittest.cc 234 GOOGLE_CHECK_OK(File::CreateDir(temp_directory_, 0777));
337 GOOGLE_CHECK_OK(File::RecursivelyCreateDir(temp_directory_ + "/" + dir,
344 GOOGLE_CHECK_OK(File::SetContents(full_name, contents, true));
348 GOOGLE_CHECK_OK(File::RecursivelyCreateDir(temp_directory_ + "/" + name,
436 GOOGLE_CHECK_OK(File::GetContents(path, &file_contents, true));
    [all...]
mock_code_generator.cc 82 GOOGLE_CHECK_OK(
  /external/protobuf/src/google/protobuf/stubs/
common.h 688 #undef GOOGLE_CHECK_OK
715 #define GOOGLE_CHECK_OK(A) GOOGLE_CHECK(A)
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 77 GOOGLE_CHECK_OK(File::GetContents(
99 GOOGLE_CHECK_OK(File::GetContents(TestSourceDir() +
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 563 GOOGLE_CHECK_OK(File::GetContents(

Completed in 548 milliseconds