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

  /external/chromium_org/third_party/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_; }
  /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_; }

Completed in 133 milliseconds