Home
last modified time | relevance | path

Searched defs:GetErrno (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.h90 int GetErrno() const { return copying_input_.GetErrno(); } in GetErrno() function
106 int GetErrno() const { return errno_; } in GetErrno() function
173 int GetErrno() const { return copying_output_.GetErrno(); } in GetErrno() function
188 int GetErrno() const { return errno_; } in GetErrno() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/acl/
Dacl_env_guard.h28 aclError GetErrno() const { return errno_; } in GetErrno() function
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/
Dacl_env_guard.h30 aclError GetErrno() const { return errno_; } in GetErrno() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ascend/
Dascend_graph_impl.h72 Status GetErrno() const { return errno_; } in GetErrno() function