Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DExceptions.cpp430 static auto exceptionHelperClass = in populateWhat() local
433 exceptionHelperClass->getStaticMethod<std::string(jthrowable)>( in populateWhat()
435 what_ = getErrorDescriptionMethod(exceptionHelperClass, throwable_.get()) in populateWhat()