Home
last modified time | relevance | path

Searched refs:GetErrno (Results 1 – 10 of 10) 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
Dzero_copy_stream_unittest.cc730 EXPECT_EQ(0, output.GetErrno()); in TEST_F()
739 EXPECT_EQ(0, input.GetErrno()); in TEST_F()
763 EXPECT_EQ(0, output.GetErrno()); in TEST_F()
773 EXPECT_EQ(0, input.GetErrno()); in TEST_F()
823 EXPECT_EQ(EBADF, input.GetErrno()); in TEST_F()
843 EXPECT_EQ(EBADF, input.GetErrno()); in TEST_F()
861 EXPECT_EQ(0, output.GetErrno()); in TEST_F()
868 EXPECT_EQ(0, input.GetErrno()); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/acl/
Dacl_env_guard.h28 aclError GetErrno() const { return errno_; } in GetErrno() function
Dacl_env_guard.cc50 aclError ret = acl_env->GetErrno(); in GetAclEnv()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/
Dacl_env_guard.h30 aclError GetErrno() const { return errno_; } in GetErrno() function
Dacl_env_guard.cc55 aclError ret = acl_env->GetErrno(); in GetAclEnv()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/ascend/
Dascend_graph_impl.h72 Status GetErrno() const { return errno_; } in GetErrno() function
Dascend_graph_impl.cc375 if (acl_env->GetErrno() != kSuccess) { in GetEnv()
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc278 return ParseFromZeroCopyStream(&input) && input.GetErrno() == 0; in ParseFromFileDescriptor()
283 return ParsePartialFromZeroCopyStream(&input) && input.GetErrno() == 0; in ParsePartialFromFileDescriptor()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc552 if (stream.GetErrno() != 0) { in WriteAllToZip()
553 std::cerr << filename << ": " << strerror(stream.GetErrno()) << std::endl; in WriteAllToZip()
557 std::cerr << filename << ": " << strerror(stream.GetErrno()) << std::endl; in WriteAllToZip()
2373 std::cerr << descriptor_set_out_name_ << ": " << strerror(out.GetErrno()) in WriteDescriptorSet()
2381 std::cerr << descriptor_set_out_name_ << ": " << strerror(out.GetErrno()) in WriteDescriptorSet()