HomeSort by relevance Sort by last modified time
    Searched defs:GetErrno (Results 1 - 7 of 7) 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_; }
  /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/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_test.py     [all...]

Completed in 1689 milliseconds