Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/mindrt/include/async/
Dfailure.h32 const int32_t GetErrorCode() const { return errorCode; } in GetErrorCode() function
Dtry.h46 const int GetErrorCode() const { return errorCode.GetErrorCode(); } in GetErrorCode() function
Dfuture.h126 int32_t GetErrorCode() const { in GetErrorCode() function
/third_party/python/Include/
Dpyexpat.h19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member