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

  /external/libcxx/test/std/localization/locales/locale.global.templates/
use_facet.pass.cpp 26 bool im_alive; member in struct:my_facet
28 my_facet() : im_alive(true) {++facet_count;}
29 ~my_facet() {im_alive = false; --facet_count;}
51 assert(f.im_alive);
53 assert(fp->im_alive);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.global.templates/
use_facet.pass.cpp 25 bool im_alive; member in struct:my_facet
27 my_facet() : im_alive(true) {++facet_count;}
28 ~my_facet() {im_alive = false; --facet_count;}
47 assert(f.im_alive);
49 assert(fp->im_alive);

Completed in 823 milliseconds