HomeSort by relevance Sort by last modified time
    Searched refs:line_error (Results 1 - 2 of 2) sorted by null

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

Completed in 616 milliseconds