OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:facet_count
(Results
1 - 1
of
1
) sorted by null
/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 1143 milliseconds