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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
zero_copy_stream_unittest.cc 691 EXPECT_EQ(0, output.GetErrno());
700 EXPECT_EQ(0, input.GetErrno());
724 EXPECT_EQ(0, output.GetErrno());
734 EXPECT_EQ(0, input.GetErrno());
786 EXPECT_EQ(EBADF, input.GetErrno());
806 EXPECT_EQ(EBADF, input.GetErrno());
824 EXPECT_EQ(0, output.GetErrno());
831 EXPECT_EQ(0, input.GetErrno());
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /external/protobuf/src/google/protobuf/
message.cc 122 return ParseFromZeroCopyStream(&input) && input.GetErrno() == 0;
127 return ParsePartialFromZeroCopyStream(&input) && input.GetErrno() == 0;
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 420 if (stream.GetErrno() != 0) {
421 cerr << filename << ": " << strerror(stream.GetErrno()) << endl;
425 cerr << filename << ": " << strerror(stream.GetErrno()) << endl;
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_test.py     [all...]

Completed in 100 milliseconds