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

  /external/libcxx/test/std/localization/locales/locale.global.templates/
use_facet.pass.cpp 19 int facet_count = 0; variable
28 my_facet() : im_alive(true) {++facet_count;}
29 ~my_facet() {im_alive = false; --facet_count;}
54 assert(facet_count == 1);
56 assert(facet_count == 0);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.global.templates/
use_facet.pass.cpp 18 int facet_count = 0; variable
27 my_facet() : im_alive(true) {++facet_count;}
28 ~my_facet() {im_alive = false; --facet_count;}
50 assert(facet_count == 1);
52 assert(facet_count == 0);

Completed in 141 milliseconds