HomeSort by relevance Sort by last modified time
    Searched refs:value_compare (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_alloc.pass.cpp 26 typedef typename base::value_compare value_compare; typedef in struct:test
29 test(const value_compare& comp, const test_allocator<int>& a)
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_alloc.pass.cpp 26 typedef typename base::value_compare value_compare; typedef in struct:test
29 test(const value_compare& comp, const test_allocator<int>& a)
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_cont_alloc.pass.cpp 38 typedef typename base::value_compare value_compare; typedef in struct:test
41 test(const value_compare& comp, const test_allocator<int>& a)
43 test(const value_compare& comp, const container_type& c,
46 test(const value_compare& comp, container_type&& c,
ctor_comp_rcont_alloc.pass.cpp 38 typedef typename base::value_compare value_compare; typedef in struct:test
41 test(const value_compare& comp, const test_allocator<int>& a)
43 test(const value_compare& comp, const container_type& c,
46 test(const value_compare& comp, container_type&& c,
ctor_copy_alloc.pass.cpp 36 typedef typename base::value_compare value_compare; typedef in struct:test
39 test(const value_compare& comp, const test_allocator<int>& a)
41 test(const value_compare& comp, const container_type& c,
ctor_move_alloc.pass.cpp 40 typedef typename base::value_compare value_compare; typedef in struct:test
43 test(const value_compare& comp, const test_allocator<int>& a)
45 test(const value_compare& comp, const container_type& c,
47 test(const value_compare& comp, container_type&& c,
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_alloc.pass.cpp 26 typedef typename base::value_compare value_compare; typedef in struct:test
29 test(const value_compare& comp, const test_allocator<int>& a)
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_alloc.pass.cpp 26 typedef typename base::value_compare value_compare; typedef in struct:test
29 test(const value_compare& comp, const test_allocator<int>& a)
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_cont_alloc.pass.cpp 37 typedef typename base::value_compare value_compare; typedef in struct:test
40 test(const value_compare& comp, const test_allocator<int>& a)
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
ctor_comp_rcont_alloc.pass.cpp 37 typedef typename base::value_compare value_compare; typedef in struct:test
40 test(const value_compare& comp, const test_allocator<int>& a)
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
ctor_copy_alloc.pass.cpp 36 typedef typename base::value_compare value_compare; typedef in struct:test
39 test(const value_compare& comp, const test_allocator<int>& a)
41 test(const value_compare& comp, const container_type& c,
ctor_move_alloc.pass.cpp 40 typedef typename base::value_compare value_compare; typedef in struct:test
43 test(const value_compare& comp, const test_allocator<int>& a)
45 test(const value_compare& comp, const container_type& c,
47 test(const value_compare& comp, container_type&& c,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_alloc.pass.cpp 26 typedef typename base::value_compare value_compare; typedef in struct:test
29 test(const value_compare& comp, const test_allocator<int>& a)
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_alloc.pass.cpp 26 typedef typename base::value_compare value_compare; typedef in struct:test
29 test(const value_compare& comp, const test_allocator<int>& a)
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_cont_alloc.pass.cpp 37 typedef typename base::value_compare value_compare; typedef in struct:test
40 test(const value_compare& comp, const test_allocator<int>& a)
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
ctor_comp_rcont_alloc.pass.cpp 37 typedef typename base::value_compare value_compare; typedef in struct:test
40 test(const value_compare& comp, const test_allocator<int>& a)
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
ctor_copy_alloc.pass.cpp 36 typedef typename base::value_compare value_compare; typedef in struct:test
39 test(const value_compare& comp, const test_allocator<int>& a)
41 test(const value_compare& comp, const container_type& c,
ctor_move_alloc.pass.cpp 40 typedef typename base::value_compare value_compare; typedef in struct:test
43 test(const value_compare& comp, const test_allocator<int>& a)
45 test(const value_compare& comp, const container_type& c,
47 test(const value_compare& comp, container_type&& c,
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/
types.pass.cpp 18 // typedef Compare value_compare; // LWG#2684
62 static_assert(( std::is_same<std::priority_queue<int>::value_compare, std::less<int> >::value), "");
63 static_assert(( std::is_same<std::priority_queue<int, std::deque<int> >::value_compare, std::less<int> >::value), "");
64 static_assert(( std::is_same<std::priority_queue<int, std::deque<int>, std::greater<int> >::value_compare, std::greater<int> >::value), "");
  /external/libcxx/test/std/containers/associative/multiset/
types.pass.cpp 21 // typedef key_compare value_compare;
44 static_assert((std::is_same<C::value_compare, std::less<int> >::value), "");
59 static_assert((std::is_same<C::value_compare, std::less<int> >::value), "");
  /external/libcxx/test/std/containers/associative/set/
types.pass.cpp 21 // typedef key_compare value_compare;
44 static_assert((std::is_same<C::value_compare, std::less<int> >::value), "");
59 static_assert((std::is_same<C::value_compare, std::less<int> >::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
types.pass.cpp 21 // typedef key_compare value_compare;
43 static_assert((std::is_same<std::multiset<int>::value_compare, std::less<int> >::value), "");
57 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::value_compare, std::less<int> >::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
types.pass.cpp 21 // typedef key_compare value_compare;
43 static_assert((std::is_same<std::set<int>::value_compare, std::less<int> >::value), "");
57 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::value_compare, std::less<int> >::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/
types.pass.cpp 21 // typedef key_compare value_compare;
44 static_assert((std::is_same<C::value_compare, std::less<int> >::value), "");
59 static_assert((std::is_same<C::value_compare, std::less<int> >::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/
types.pass.cpp 21 // typedef key_compare value_compare;
44 static_assert((std::is_same<C::value_compare, std::less<int> >::value), "");
59 static_assert((std::is_same<C::value_compare, std::less<int> >::value), "");

Completed in 376 milliseconds

1 2 3 4