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

  /external/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);
  /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 3302 milliseconds