Home
last modified time | relevance | path

Searched refs:getJavaExceptionForCppException (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DExceptions.cpp351 local_ref<JThrowable> getJavaExceptionForCppException(std::exception_ptr ptr) { in getJavaExceptionForCppException() function
369 auto exc = getJavaExceptionForCppException(std::current_exception()); in translatePendingCppExceptionToJavaException()
H A DExceptions.h130 local_ref<JThrowable> getJavaExceptionForCppException(std::exception_ptr ptr);