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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/allocator.adaptor.members/
allocate_size.pass.cpp 29 A1<int>::allocate_called = false; member in class:A1
31 assert(A1<int>::allocate_called == true);
36 A1<int>::allocate_called = false; member in class:A1
38 assert(A1<int>::allocate_called == true);
43 A1<int>::allocate_called = false; member in class:A1
45 assert(A1<int>::allocate_called == true);
allocate_size_hint.pass.cpp 29 A1<int>::allocate_called = false; member in class:A1
31 assert(A1<int>::allocate_called == true);
36 A1<int>::allocate_called = false; member in class:A1
38 assert(A1<int>::allocate_called == true);
43 A1<int>::allocate_called = false; member in class:A1
45 assert(A1<int>::allocate_called == true);
51 A2<int>::allocate_called = false; member in class:A2
53 assert(A2<int>::allocate_called == true);
58 A2<int>::allocate_called = false; member in class:A2
60 assert(A2<int>::allocate_called == true)
65 A2<int>::allocate_called = false; member in class:A2
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/
allocators.h 22 static bool allocate_called; member in class:A1
35 allocate_called = true;
49 template <class T> bool A1<T>::allocate_called = false; member in class:A1
84 static bool allocate_called; member in class:A2
91 allocate_called = true;
98 template <class T> bool A2<T>::allocate_called = false; member in class:A2
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
allocators.h 22 static bool allocate_called; member in class:A1
35 allocate_called = true;
49 template <class T> bool A1<T>::allocate_called = false; member in class:A1
84 static bool allocate_called; member in class:A2
91 allocate_called = true;
98 template <class T> bool A2<T>::allocate_called = false; member in class:A2

Completed in 1594 milliseconds