HomeSort by relevance Sort by last modified time
    Searched refs:stack_allocator (Results 26 - 50 of 58) sorted by null

12 3

  /external/libcxx/test/containers/sequences/vector/vector.modifiers/
insert_iter_size_value.pass.cpp 20 #include "../../../stack_allocator.h"
39 std::vector<int, stack_allocator<int, 300> > v(100);
40 std::vector<int, stack_allocator<int, 300> >::iterator i = v.insert(v.cbegin() + 10, 5, 1);
emplace_back.pass.cpp 16 #include "../../../stack_allocator.h"
72 std::vector<A, stack_allocator<A, 4> > c;
push_back.pass.cpp 16 #include "../../../stack_allocator.h"
45 std::vector<int, stack_allocator<int, 15> > c;
emplace.pass.cpp 20 #include "../../../stack_allocator.h"
87 std::vector<A, stack_allocator<A, 7> > c;
88 std::vector<A, stack_allocator<A, 7> >::iterator i = c.emplace(c.cbegin(), 2, 3.5);
insert_iter_iter_iter.pass.cpp 21 #include "../../../stack_allocator.h"
60 std::vector<int, stack_allocator<int, 308> > v(100);
76 std::vector<int, stack_allocator<int, 300> > v(100);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
insert_iter_rvalue.pass.cpp 20 #include "../../../stack_allocator.h"
42 std::vector<MoveOnly, stack_allocator<MoveOnly, 300> > v(100);
43 std::vector<MoveOnly, stack_allocator<MoveOnly, 300> >::iterator i = v.insert(v.cbegin() + 10, MoveOnly(3));
insert_iter_size_value.pass.cpp 20 #include "../../../stack_allocator.h"
41 std::vector<int, stack_allocator<int, 300> > v(100);
42 std::vector<int, stack_allocator<int, 300> >::iterator i = v.insert(v.cbegin() + 10, 5, 1);
emplace_back.pass.cpp 16 #include "../../../stack_allocator.h"
75 std::vector<A, stack_allocator<A, 4> > c;
emplace.pass.cpp 20 #include "../../../stack_allocator.h"
91 std::vector<A, stack_allocator<A, 7> > c;
92 std::vector<A, stack_allocator<A, 7> >::iterator i = c.emplace(c.cbegin(), 2, 3.5);
  /external/libcxx/test/containers/sequences/deque/deque.cons/
size_value.pass.cpp 17 #include "../../../stack_allocator.h"
47 test<int, stack_allocator<int, 4096> >(4095, 90);
iter_iter.pass.cpp 17 #include "../../../stack_allocator.h"
58 test<stack_allocator<int, 4096> >(ab, an);
  /external/libcxx/test/containers/sequences/vector/vector.capacity/
reserve.pass.cpp 16 #include "../../../stack_allocator.h"
37 std::vector<int, stack_allocator<int, 250> > v(100);
resize_size_value.pass.cpp 16 #include "../../../stack_allocator.h"
36 std::vector<int, stack_allocator<int, 300> > v(100);
  /external/libcxx/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 19 #include "../../../stack_allocator.h"
58 std::vector<int, stack_allocator<int, 10> > v;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
size_value.pass.cpp 17 #include "../../../stack_allocator.h"
47 test<int, stack_allocator<int, 4096> >(4095, 90);
iter_iter.pass.cpp 17 #include "../../../stack_allocator.h"
58 test<stack_allocator<int, 4096> >(ab, an);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/
reserve.pass.cpp 16 #include "../../../stack_allocator.h"
40 std::vector<int, stack_allocator<int, 250> > v(100);
resize_size_value.pass.cpp 16 #include "../../../stack_allocator.h"
38 std::vector<int, stack_allocator<int, 300> > v(100);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 19 #include "../../../stack_allocator.h"
62 std::vector<int, stack_allocator<int, 10> > v;
  /external/libcxx/test/containers/sequences/list/list.cons/
size_value_alloc.pass.cpp 17 #include "../../../stack_allocator.h"
45 std::list<int, stack_allocator<int, 3> > l(3, 2);
input_iterator.pass.cpp 18 #include "../../../stack_allocator.h"
46 std::list<int, stack_allocator<int, sizeof(a)/sizeof(a[0])> > l(input_iterator<const int*>(a),
size_type.pass.cpp 17 #include "../../../stack_allocator.h"
51 std::list<int, stack_allocator<int, 3> > l(3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
size_value_alloc.pass.cpp 17 #include "../../../stack_allocator.h"
45 std::list<int, stack_allocator<int, 3> > l(3, 2);
input_iterator.pass.cpp 18 #include "../../../stack_allocator.h"
46 std::list<int, stack_allocator<int, sizeof(a)/sizeof(a[0])> > l(input_iterator<const int*>(a),
size_type.pass.cpp 17 #include "../../../stack_allocator.h"
51 std::list<int, stack_allocator<int, 3> > l(3);

Completed in 6648 milliseconds

12 3