HomeSort by relevance Sort by last modified time
    Searched full:key_compare (Results 26 - 50 of 201) sorted by null

12 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
compare.pass.cpp 14 // explicit map(const key_compare& comp);
move_noexcept.pass.cpp 14 // is_nothrow_move_constructible<key_compare>::value);
compare_alloc.pass.cpp 14 // map(const key_compare& comp, const allocator_type& a);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
compare.pass.cpp 14 // explicit multimap(const key_compare& comp);
move_noexcept.pass.cpp 14 // is_nothrow_move_constructible<key_compare>::value);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
move_noexcept.pass.cpp 14 // is_nothrow_move_constructible<key_compare>::value);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
move_noexcept.pass.cpp 14 // is_nothrow_move_constructible<key_compare>::value);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/
types.pass.cpp 21 // typedef Compare key_compare;
43 static_assert((std::is_same<std::map<int, double>::key_compare, std::less<int> >::value), "");
57 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_compare, std::less<int> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/
types.pass.cpp 21 // typedef Compare key_compare;
43 static_assert((std::is_same<std::multimap<int, double>::key_compare, std::less<int> >::value), "");
57 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_compare, std::less<int> >::value), "");
  /external/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
  /external/stlport/stlport/stl/pointers/
_set.h 77 typedef _Compare key_compare; typedef in class:set
83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
206 key_compare key_comp() const { return _M_t.key_comp(); }
325 typedef _Compare key_compare; typedef in class:multiset
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
459 key_compare key_comp() const { return _M_t.key_comp(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 77 typedef _Compare key_compare; typedef in class:set
83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
206 key_compare key_comp() const { return _M_t.key_comp(); }
325 typedef _Compare key_compare; typedef in class:multiset
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
459 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 77 typedef _Compare key_compare; typedef in class:set
83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
206 key_compare key_comp() const { return _M_t.key_comp(); }
325 typedef _Compare key_compare; typedef in class:multiset
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
459 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 77 typedef _Compare key_compare; typedef in class:set
83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
206 key_compare key_comp() const { return _M_t.key_comp(); }
325 typedef _Compare key_compare; typedef in class:multiset
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
459 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 77 typedef _Compare key_compare; typedef in class:set
83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
206 key_compare key_comp() const { return _M_t.key_comp(); }
325 typedef _Compare key_compare; typedef in class:multiset
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
459 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 77 typedef _Compare key_compare; typedef in class:set
83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
206 key_compare key_comp() const { return _M_t.key_comp(); }
325 typedef _Compare key_compare; typedef in class:multiset
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
459 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_set.h 77 typedef _Compare key_compare; typedef in class:set
83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
206 key_compare key_comp() const { return _M_t.key_comp(); }
325 typedef _Compare key_compare; typedef in class:multiset
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
459 key_compare key_comp() const { return _M_t.key_comp(); }
  /external/chromium_org/third_party/angle/src/compiler/
Common.h 74 TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_compare(), a) {}
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 41 typedef KeyCompare key_compare; typedef in class:mcld::HashEntry

Completed in 1458 milliseconds

12 3 4 5 6 7 8 9