Searched defs:GetErrno (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); } function in class:google::protobuf::io::FileInputStream
104 int GetErrno() { return errno_; } function in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); } function in class:google::protobuf::io::FileOutputStream
186 int GetErrno() { return errno_; } function in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); } function in class:google::protobuf::io::FileInputStream
104 int GetErrno() { return errno_; } function in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); } function in class:google::protobuf::io::FileOutputStream
186 int GetErrno() { return errno_; } function in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream

Completed in 92 milliseconds