Searched defs:exception (Results 1 – 6 of 6) sorted by relevance
40 std::string exceptionToString(int32_t exception) { in exceptionToString()
103 Formatter& Formatter::sCatch(const std::string& exception, const std::function<void(void)>& block) { in sCatch()
181 int32_t exception; in readFromParcel() local
57 static binder::Status exception(uint32_t code, const std::string& msg) { in exception() function
150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS) argument