HomeSort by relevance Sort by last modified time
    Searched refs:test_allocator (Results 226 - 250 of 664) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
iter_iter_alloc.pass.cpp 27 #include "test_allocator.h"
45 typedef test_allocator<V> A;
71 typedef test_allocator<V> A;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_size.pass.cpp 19 #include "test_allocator.h"
62 test2<std::vector<bool, test_allocator<bool>> >( 100, test_allocator<bool>(23));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
size.fail.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
size.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
size_hash.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
41 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
allocator.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
35 C c(test_allocator<NotConstructible>(10));
39 assert(c.get_allocator() == test_allocator<NotConstructible>(10));
69 typedef test_allocator<T> A;
89 typedef test_allocator<T> A;
init_size_hash_equal_allocator.pass.cpp 25 #include "test_allocator.h"
35 test_allocator<int>
49 test_allocator<int>(10)
59 assert(c.get_allocator() == test_allocator<int>(10));
range_size_hash_equal_allocator.pass.cpp 28 #include "test_allocator.h"
37 test_allocator<int>
53 test_allocator<int>(10)
63 assert(c.get_allocator() == test_allocator<int>(10));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
size_hash.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
41 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
allocator.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
35 C c(test_allocator<NotConstructible>(10));
39 assert(c.get_allocator() == test_allocator<NotConstructible>(10));
69 typedef test_allocator<T> A;
89 typedef test_allocator<T> A;
init_size_hash_equal_allocator.pass.cpp 25 #include "test_allocator.h"
35 test_allocator<int>
49 test_allocator<int>(10)
59 assert(c.get_allocator() == test_allocator<int>(10));
range_size_hash_equal_allocator.pass.cpp 28 #include "test_allocator.h"
37 test_allocator<int>
53 test_allocator<int>(10)
63 assert(c.get_allocator() == test_allocator<int>(10));
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
36 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >(10)));
71 typedef test_allocator<std::pair<const T, T>> A;
90 typedef test_allocator<std::pair<const T, T>> A;
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
36 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >(10)));
71 typedef test_allocator<std::pair<const T, T>> A;
90 typedef test_allocator<std::pair<const T, T>> A;
  /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
allocator.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
35 C c(test_allocator<NotConstructible>(10));
39 assert(c.get_allocator() == test_allocator<NotConstructible>(10));
69 typedef test_allocator<T> A;
89 typedef test_allocator<T> A;
init_size_hash_equal_allocator.pass.cpp 25 #include "test_allocator.h"
35 test_allocator<int>
49 test_allocator<int>(10)
59 assert(c.get_allocator() == test_allocator<int>(10));
range_size_hash_equal_allocator.pass.cpp 28 #include "test_allocator.h"
37 test_allocator<int>
53 test_allocator<int>(10)
63 assert(c.get_allocator() == test_allocator<int>(10));
  /external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
35 C c(test_allocator<NotConstructible>(10));
39 assert(c.get_allocator() == test_allocator<NotConstructible>(10));
69 typedef test_allocator<T> A;
89 typedef test_allocator<T> A;
init_size_hash_equal_allocator.pass.cpp 25 #include "test_allocator.h"
35 test_allocator<int>
49 test_allocator<int>(10)
59 assert(c.get_allocator() == test_allocator<int>(10));
range_size_hash_equal_allocator.pass.cpp 28 #include "test_allocator.h"
37 test_allocator<int>
53 test_allocator<int>(10)
63 assert(c.get_allocator() == test_allocator<int>(10));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
move.pass.cpp 17 #include "test_allocator.h"
25 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
26 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
36 std::vector<MoveOnly, test_allocator<MoveOnly> > l2 = std::move(l);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
allocator.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
36 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >(10)));
71 typedef test_allocator<std::pair<const T, T>> A;
90 typedef test_allocator<std::pair<const T, T>> A;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
36 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >(10)));
71 typedef test_allocator<std::pair<const T, T>> A;
90 typedef test_allocator<std::pair<const T, T>> A;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_function.pass.cpp 21 #include "test_allocator.h"
75 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), f);
88 std::function<int(int)> f2(std::allocator_arg, test_allocator<int(*)(int)>(), f);
108 std::function<int(int)> f2(std::allocator_arg, test_allocator<int>(), f);

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 91011>>