OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_destructor
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
cond1.cpp
13
struct
no_destructor
struct
28
(argc+1 ?
no_destructor
() : throw 0);
29
CI((argc+1 ? throw 0 :
no_destructor
()));
30
CI((0 ?
no_destructor
() : throw 0));
31
CI((1 ? throw 0 :
no_destructor
()));
32
(0 ? throw 0 :
no_destructor
());
33
(1 ?
no_destructor
() : throw 0);
/ndk/tests/device/test-stlport_static-exception/jni/
cond1.cpp
13
struct
no_destructor
struct
28
(argc+1 ?
no_destructor
() : throw 0);
29
CI((argc+1 ? throw 0 :
no_destructor
()));
30
CI((0 ?
no_destructor
() : throw 0));
31
CI((1 ? throw 0 :
no_destructor
()));
32
(0 ? throw 0 :
no_destructor
());
33
(1 ?
no_destructor
() : throw 0);
Completed in 161 milliseconds