HomeSort by relevance Sort by last modified time
    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 585 milliseconds