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

  /external/libcxx/test/localization/locales/locale.global.templates/
use_facet.pass.cpp 17 int facet_count = 0; variable
26 my_facet() : im_alive(true) {++facet_count;}
27 ~my_facet() {im_alive = false; --facet_count;}
49 assert(facet_count == 1);
51 assert(facet_count == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/
use_facet.pass.cpp 17 int facet_count = 0; variable
26 my_facet() : im_alive(true) {++facet_count;}
27 ~my_facet() {im_alive = false; --facet_count;}
49 assert(facet_count == 1);
51 assert(facet_count == 0);

Completed in 130 milliseconds