HomeSort by relevance Sort by last modified time
    Searched full:im_alive (Results 1 - 1 of 1) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/
use_facet.pass.cpp 24 bool im_alive; member in struct:my_facet
26 my_facet() : im_alive(true) {++facet_count;}
27 ~my_facet() {im_alive = false; --facet_count;}
46 assert(f.im_alive);
48 assert(fp->im_alive);

Completed in 133 milliseconds