Home | History | Annotate | Download | only in locale.codecvt

Lines Matching defs:count

27     static int count;
30 : F(refs) {++count;}
32 ~my_facet() {--count;}
35 int my_facet::count = 0;
44 assert(my_facet::count == 1);
46 assert(my_facet::count == 0);
49 assert(my_facet::count == 1);
52 assert(my_facet::count == 1);
54 assert(my_facet::count == 1);
56 assert(my_facet::count == 0);