Searched defs:exception (Results 1 – 5 of 5) sorted by relevance
43 std::string exceptionToString(int32_t exception) { in exceptionToString()
170 int32_t exception; in readFromParcel() local
106 Formatter& Formatter::sCatch(const std::string& exception, const std::function<void(void)>& block) { in sCatch()
150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS) argument