Searched refs:value_compare (Results 1 - 15 of 15) sorted by relevance

/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp26 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,
H A Dctor_comp_alloc.pass.cpp26 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,
H A Dctor_comp_cont_alloc.pass.cpp37 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,
H A Dctor_comp_rcont_alloc.pass.cpp37 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,
H A Dctor_copy_alloc.pass.cpp36 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,
H A Dctor_move_alloc.pass.cpp40 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/containers/associative/multiset/
H A Dtypes.pass.cpp21 // 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), "");
/external/libcxx/test/containers/associative/set/
H A Dtypes.pass.cpp21 // 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), "");
/external/stlport/stlport/stl/
H A D_map.h60 class value_compare class in class:map
66 value_compare(_Compare __c) : comp(__c) {} function in class:map::value_compare
160 value_compare value_comp() const { return value_compare(_M_t.key_comp()); }
253 class value_compare : public binary_function<value_type, value_type, bool> { class in class:multimap
258 value_compare(_Compare __c) : comp(__c) {} function in class:multimap::value_compare
346 value_compare value_comp() const { return value_compare(_M_t.key_comp()); }
H A D_set.h57 typedef _Compare value_compare; typedef in class:set
148 value_compare value_comp() const { return _M_t.key_comp(); }
228 typedef _Compare value_compare; typedef in class:multiset
319 value_compare value_comp() const { return _M_t.key_comp(); }
/external/chromium_org/third_party/cython/src/Cython/Includes/libcpp/
H A Dmap.pxd62 #value_compare value_comp()
H A Dset.pxd60 #value_compare value_comp()
H A Dunordered_map.pxd62 #value_compare value_comp()
H A Dunordered_set.pxd60 #value_compare value_comp()
/external/stlport/stlport/stl/pointers/
H A D_set.h78 typedef _Compare value_compare; typedef in class:set
207 value_compare value_comp() const { return _M_t.key_comp(); }
326 typedef _Compare value_compare; typedef in class:multiset
460 value_compare value_comp() const { return _M_t.key_comp(); }

Completed in 181 milliseconds