OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myExcRaiser
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
cleanup1_1.cpp
11
struct
myExcRaiser
{
12
~
myExcRaiser
() { throw myExc(); }
21
myExcRaiser
rais;
/ndk/tests/device/test-stlport_static-exception/jni/
cleanup1_1.cpp
11
struct
myExcRaiser
{
12
~
myExcRaiser
() { throw myExc(); }
21
myExcRaiser
rais;
Completed in 152 milliseconds