OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destructor_called
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
spec7.cpp
8
bool
destructor_called
= false;
variable
18
~O() {
destructor_called
= true; };
33
if (!
destructor_called
)
/ndk/tests/device/test-stlport_static-exception/jni/
spec7.cpp
8
bool
destructor_called
= false;
variable
18
~O() {
destructor_called
= true; };
33
if (!
destructor_called
)
Completed in 372 milliseconds