Searched defs:exception (Results 1 – 6 of 6) sorted by relevance
42 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()
345 for (const HistoricalException& exception : exceptions) { in are_compatible_parcelables() local
150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS) argument