Searched defs:Exception (Results 1 – 6 of 6) sorted by relevance
60 enum Exception { enum
31 TEST(Cpp, Exception) { in TEST() argument
32 binder::Status Exception(uint32_t code, const std::string& msg) { in Exception() function
58 enum Exception { enum
98 data class Exception(val type: Class<out java.lang.Exception>) : Result() in <lambda>() dataClass