HomeSort by relevance Sort by last modified time
    Searched full:throw_an_exception (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue22165-typeinfo/jni/
throwable.h 4 int throw_an_exception();
throwable.cpp 6 int throw_an_exception() function
8 std::cout << "throw_an_exception()" << std::endl;
main.cpp 10 std::cout << "call throw_an_exception()" << std::endl;
13 throw_an_exception();

Completed in 538 milliseconds