Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport_static-exception/jni/
Dnew1_3.cpp45 struct line_error{ struct
47 line_error(int i):line(i){} in line_error() argument
50 #define CHECK(cond) if(!(cond))throw line_error(__LINE__);
165 }catch(line_error e){ in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew1_3.cpp45 struct line_error{ struct
47 line_error(int i):line(i){} in line_error() argument
50 #define CHECK(cond) if(!(cond))throw line_error(__LINE__);
165 }catch(line_error e){ in main()