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

1 2 3 4 5 6

  /external/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,
  /ndk/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,
  /art/runtime/
safe_map.h 38 typedef typename ::std::map<K, V, Comparator, Allocator>::value_compare value_compare; typedef in class:art::SafeMap
58 value_compare value_comp() const { return map_.value_comp(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
set.h 51 typedef _Compare value_compare; typedef in class:__profile::set
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
set.h 51 typedef _Compare value_compare; typedef in class:__profile::set
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_multiset.h 102 typedef _Compare value_compare; typedef in class:multiset
277 value_compare
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 51 typedef _Compare value_compare; typedef in class:__profile::multiset
set.h 51 typedef _Compare value_compare; typedef in class:__profile::set
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_multiset.h 102 typedef _Compare value_compare; typedef in class:multiset
277 value_compare
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 51 typedef _Compare value_compare; typedef in class:__profile::multiset
set.h 51 typedef _Compare value_compare; typedef in class:__profile::set
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
set.h 51 typedef _Compare value_compare; typedef in class:__profile::set
  /external/stlport/stlport/stl/
_map.h 60 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()); }
_set.h 57 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(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_map.h 60 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()); }

Completed in 118 milliseconds

1 2 3 4 5 6