Searched defs:exception (Results 1 – 6 of 6) sorted by relevance
43 int32_t exception = reply.readExceptionCode(); in getCredentialOwnerProfile() local
125 int32_t exception; in readFromParcel() local
99 Formatter &Formatter::sCatch(const std::string &exception, std::function<void(void)> block) { in sCatch()
273 Variable* exception; member
150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS) argument