HomeSort by relevance Sort by last modified time
    Searched defs:count (Results 151 - 175 of 9532) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/localization/locales/locale/locale.types/locale.facet/
facet.pass.cpp 29 static int count; member in struct:my_facet
32 {++count;}
34 ~my_facet() {--count;}
37 int my_facet::count = 0; member in class:my_facet
43 assert(my_facet::count == 1);
45 assert(my_facet::count == 0);
48 assert(my_facet::count == 1);
50 assert(my_facet::count == 1);
52 assert(my_facet::count == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.foreach/
test.pass.cpp 24 for_each_test(int c) : count(c) {}
25 int count; member in struct:for_each_test
26 void operator()(int& i) {++i; ++count;}
36 assert(f.count == s);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.auto.ptr/auto.ptr/
A.h 19 explicit A(int id) : id_(id) {++count;}
20 A(const A& a) : id_(a.id_) {++count;}
21 ~A() {assert(id_ >= 0); id_ = -1; --count;}
25 static int count; member in class:A
28 int A::count = 0; member in class:A
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.collate/locale.collate/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : std::collate<C>(refs) {++count;}
30 ~my_facet() {--count;}
33 template <class C> int my_facet<C>::count = 0; member in class:my_facet
39 assert(my_facet<char>::count == 1);
41 assert(my_facet<char>::count == 0);
44 assert(my_facet<char>::count == 1);
47 assert(my_facet<char>::count == 1);
49 assert(my_facet<char>::count == 1);
51 assert(my_facet<char>::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
ctor.pass.cpp 23 static int count; member in class:my_facet
26 : std::ctype<char>(tbl, del, refs) {++count;}
28 ~my_facet() {--count;}
31 int my_facet::count = 0; member in class:my_facet
37 assert(my_facet::count == 1);
39 assert(my_facet::count == 0);
42 assert(my_facet::count == 1);
45 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/
ctor_char.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
ctor_char16_t.pass.cpp 27 static int count; member in class:my_facet
30 : F(refs) {++count;}
32 ~my_facet() {--count;}
35 int my_facet::count = 0; member in class:my_facet
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)
    [all...]
ctor_char32_t.pass.cpp 27 static int count; member in class:my_facet
30 : F(refs) {++count;}
32 ~my_facet() {--count;}
35 int my_facet::count = 0; member in class:my_facet
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)
    [all...]
ctor_wchar_t.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/
ctor_char.pass.cpp 28 static int count; member in class:my_facet
31 : F(nm, refs) {++count;}
33 : F(nm, refs) {++count;}
35 ~my_facet() {--count;}
38 int my_facet::count = 0; member in class:my_facet
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)
    [all...]
ctor_char16_t.pass.cpp 26 static int count; member in class:my_facet
29 : F(nm, refs) {++count;}
31 : F(nm, refs) {++count;}
33 ~my_facet() {--count;}
36 int my_facet::count = 0; member in class:my_facet
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
47 assert(my_facet::count == 1);
50 assert(my_facet::count == 1);
52 assert(my_facet::count == 1)
    [all...]
ctor_char32_t.pass.cpp 26 static int count; member in class:my_facet
29 : F(nm, refs) {++count;}
31 : F(nm, refs) {++count;}
33 ~my_facet() {--count;}
36 int my_facet::count = 0; member in class:my_facet
42 assert(my_facet::count == 1);
44 assert(my_facet::count == 0);
47 assert(my_facet::count == 1);
50 assert(my_facet::count == 1);
52 assert(my_facet::count == 1)
    [all...]
ctor_wchar_t.pass.cpp 30 static int count; member in class:my_facet
33 : F(nm, refs) {++count;}
35 : F(nm, refs) {++count;}
37 ~my_facet() {--count;}
40 int my_facet::count = 0; member in class:my_facet
46 assert(my_facet::count == 1);
48 assert(my_facet::count == 0);
51 assert(my_facet::count == 1);
54 assert(my_facet::count == 1);
56 assert(my_facet::count == 1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype/
ctor.pass.cpp 24 static int count; member in class:my_facet
27 : std::ctype<C>(refs) {++count;}
29 ~my_facet() {--count;}
32 template <class C> int my_facet<C>::count = 0; member in class:my_facet
38 assert(my_facet<wchar_t>::count == 1);
40 assert(my_facet<wchar_t>::count == 0);
43 assert(my_facet<wchar_t>::count == 1);
46 assert(my_facet<wchar_t>::count == 1);
48 assert(my_facet<wchar_t>::count == 1);
50 assert(my_facet<wchar_t>::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.messages/locale.messages/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.monetary/locale.money.get/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.monetary/locale.money.put/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.monetary/locale.moneypunct/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.num.get/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.put/
ctor.pass.cpp 25 static int count; member in class:my_facet
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0; member in class:my_facet
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/
ctor.pass.cpp 24 static int count; member in class:my_facet
27 : std::numpunct<C>(refs) {++count;}
29 ~my_facet() {--count;}
32 template <class C> int my_facet<C>::count = 0; member in class:my_facet
38 assert(my_facet<char>::count == 1);
40 assert(my_facet<char>::count == 0);
43 assert(my_facet<char>::count == 1);
46 assert(my_facet<char>::count == 1);
48 assert(my_facet<char>::count == 1);
50 assert(my_facet<char>::count == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter.pass.cpp 22 static int count; member in struct:A
24 A() {++count;}
25 A(const A&) {++count;}
26 ~A() {--count;}
29 int A::count = 0; member in class:A
35 assert(A::count == 0);
39 assert(test_deleter<A>::count == 1);
44 assert(A::count == 0);
45 assert(test_deleter<A>::count == 0);
nullptr_t_deleter_allocator.pass.cpp 22 static int count; member in struct:A
24 A() {++count;}
25 A(const A&) {++count;}
26 ~A() {--count;}
29 int A::count = 0; member in class:A
35 assert(A::count == 0);
39 assert(test_deleter<A>::count == 1);
43 assert(test_allocator<A>::count == 1);
46 assert(A::count == 0);
47 assert(test_deleter<A>::count == 0)
    [all...]

Completed in 281 milliseconds

1 2 3 4 5 67 8 91011>>