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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
copy_alloc.pass.cpp 25 #include "test_allocator.h"
34 test_allocator<std::pair<const int, std::string> >
50 test_allocator<std::pair<const int, std::string> >(10)
52 C c(c0, test_allocator<std::pair<const int, std::string> >(5));
62 (test_allocator<std::pair<const int, std::string> >(5)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
copy_alloc.pass.cpp 25 #include "test_allocator.h"
34 test_allocator<std::pair<const int, std::string> >
50 test_allocator<std::pair<const int, std::string> >(10)
52 C c(c0, test_allocator<std::pair<const int, std::string> >(5));
76 (test_allocator<std::pair<const int, std::string> >(5)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
copy_alloc.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<int>
49 test_allocator<int>(10)
51 C c(c0, test_allocator<int>(5));
68 assert(c.get_allocator() == test_allocator<int>(5));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/
capacity.pass.cpp 17 #include "test_allocator.h"
41 typedef std::basic_string<char, std::char_traits<char>, test_allocator<char> > S;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
copy.pass.cpp 17 #include "test_allocator.h"
34 typedef test_allocator<char> A;
copy_alloc.pass.cpp 17 #include "test_allocator.h"
34 typedef test_allocator<char> A;
move.pass.cpp 19 #include "test_allocator.h"
41 typedef test_allocator<char> A;
move_alloc.pass.cpp 19 #include "test_allocator.h"
42 typedef test_allocator<char> A;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string.accessors/
get_allocator.pass.cpp 17 #include "test_allocator.h"
30 typedef test_allocator<char> A;
  /external/libcxx/test/containers/associative/multiset/multiset.cons/
iter_iter_alloc.pass.cpp 23 #include "test_allocator.h"
41 typedef test_allocator<V> A;
73 typedef test_allocator<V> A;
  /external/libcxx/test/containers/sequences/vector/vector.cons/
construct_size.pass.cpp 19 #include "test_allocator.h"
67 test2<std::vector<DefaultOnly, test_allocator<DefaultOnly>> >( 100, test_allocator<DefaultOnly>(23));
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
default.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
size.fail.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
size.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
size_hash.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
43 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
size_hash_equal.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
44 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
default.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
size.fail.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
size.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
size_hash.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
43 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
size_hash_equal.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<std::pair<const NotConstructible,
44 (test_allocator<std::pair<const NotConstructible, NotConstructible> >()));
  /external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
default.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
size_hash_equal.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
42 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
  /external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
default.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
39 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
size_hash_equal.pass.cpp 24 #include "test_allocator.h"
33 test_allocator<NotConstructible>
42 assert(c.get_allocator() == (test_allocator<NotConstructible>()));

Completed in 1037 milliseconds

<<11121314151617181920>>