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

1 2

  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_alloc.pass.cpp 27 typedef typename base::value_compare value_compare; typedef in struct:test
30 test(const value_compare& comp, const test_allocator<int>& a)
32 test(const value_compare& comp, const container_type& c,
35 test(const value_compare& comp, container_type&& c,
ctor_comp_alloc.pass.cpp 27 typedef typename base::value_compare value_compare; typedef in struct:test
30 test(const value_compare& comp, const test_allocator<int>& a)
32 test(const value_compare& comp, const container_type& c,
35 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 41 typedef typename base::value_compare value_compare; typedef in struct:test
44 test(const value_compare& comp, const test_allocator<int>& a)
46 test(const value_compare& comp, const container_type& c,
48 test(const value_compare& comp, container_type&& c,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_alloc.pass.cpp 27 typedef typename base::value_compare value_compare; typedef in struct:test
30 test(const value_compare& comp, const test_allocator<int>& a)
32 test(const value_compare& comp, const container_type& c,
35 test(const value_compare& comp, container_type&& c,
ctor_comp_alloc.pass.cpp 27 typedef typename base::value_compare value_compare; typedef in struct:test
30 test(const value_compare& comp, const test_allocator<int>& a)
32 test(const value_compare& comp, const container_type& c,
35 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 41 typedef typename base::value_compare value_compare; typedef in struct:test
44 test(const value_compare& comp, const test_allocator<int>& a)
46 test(const value_compare& comp, const container_type& c,
48 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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/r16/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/r16/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), "");
  /art/libartbase/base/
safe_map.h 38 typedef typename ::std::map<K, V, Comparator, Allocator>::value_compare value_compare; typedef in class:art::SafeMap
60 value_compare value_comp() const { return map_.value_comp(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multimap.h 113 class value_compare class in class:multimap
120 value_compare(_Compare __c) function in class:multimap::value_compare
713 value_compare
715 { return value_compare(_M_t.key_comp()); }
    [all...]
stl_map.h 114 class value_compare class in class:map
121 value_compare(_Compare __c) function in class:map::value_compare
804 value_compare
806 { return value_compare(_M_t.key_comp()); }
    [all...]
stl_multiset.h 106 typedef _Compare value_compare; typedef in class:multiset
281 value_compare
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_multimap.h 113 class value_compare class in class:multimap
120 value_compare(_Compare __c) function in class:multimap::value_compare
713 value_compare
715 { return value_compare(_M_t.key_comp()); }
    [all...]
stl_map.h 114 class value_compare class in class:map
121 value_compare(_Compare __c) function in class:map::value_compare
804 value_compare
806 { return value_compare(_M_t.key_comp()); }
    [all...]
stl_multiset.h 106 typedef _Compare value_compare; typedef in class:multiset
281 value_compare

Completed in 933 milliseconds

1 2