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

  /external/libcxx/test/libcxx/containers/sequences/vector/vector.cons/
construct_iter_iter.pass.cpp 26 Alloc::construct_called = false; member in class:Alloc
28 assert(Alloc::construct_called);
31 Alloc::construct_called = false; member in class:Alloc
33 assert(Alloc::construct_called);
40 Alloc::construct_called = false; member in class:Alloc
42 assert(Alloc::construct_called);
45 Alloc::construct_called = false; member in class:Alloc
47 assert(Alloc::construct_called);
construct_iter_iter_alloc.pass.cpp 28 Alloc::construct_called = false; member in class:Alloc
30 assert(Alloc::construct_called);
33 Alloc::construct_called = false; member in class:Alloc
35 assert(Alloc::construct_called);
43 Alloc::construct_called = false; member in class:Alloc
45 assert(Alloc::construct_called);
48 Alloc::construct_called = false; member in class:Alloc
50 assert(Alloc::construct_called);
  /external/libcxx/test/support/
min_allocator.h 141 static bool construct_called; member in struct:cpp03_allocator
147 construct_called = true;
156 template <class T> bool cpp03_allocator<T>::construct_called = false; member in class:cpp03_allocator
164 static bool construct_called; member in struct:cpp03_overload_allocator
173 construct_called = true;
178 construct_called = true;
186 template <class T> bool cpp03_overload_allocator<T>::construct_called = false; member in class:cpp03_overload_allocator
controlled_allocators.hpp 86 int construct_called = 0; member in struct:AllocController
121 ++construct_called;
138 construct_called = 0;
container_test_types.h 282 int construct_called; member in class:ContainerTestAllocator

Completed in 64 milliseconds