HomeSort by relevance Sort by last modified time
    Searched refs:__comp (Results 201 - 225 of 360) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_map.h 165 * @param __comp A comparison object.
169 map(const _Compare& __comp,
171 : _M_t(__comp, _Pair_alloc_type(__a)) { }
198 * @param __comp A comparison object.
207 const _Compare& __comp = _Compare(),
209 : _M_t(__comp, _Pair_alloc_type(__a))
232 * @param __comp A comparison functor.
242 const _Compare& __comp,
244 : _M_t(__comp, _Pair_alloc_type(__a))
    [all...]
  /external/stlport/stlport/stl/debug/
_tree.h 123 _Rb_tree(const _Compare& __comp)
124 : _M_non_dbg_impl(__comp), _M_iter_list(&_M_non_dbg_impl) {}
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
126 : _M_non_dbg_impl(__comp, __a), _M_iter_list(&_M_non_dbg_impl) {}
  /external/stlport/stlport/stl/pointers/
_list.h 317 void merge(_Self &__x, _StrictWeakOrdering __comp)
318 { _M_impl.merge(__x._M_impl, _STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
321 void sort(_StrictWeakOrdering __comp)
322 { _M_impl.sort(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 123 _Rb_tree(const _Compare& __comp)
124 : _M_non_dbg_impl(__comp), _M_iter_list(&_M_non_dbg_impl) {}
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
126 : _M_non_dbg_impl(__comp, __a), _M_iter_list(&_M_non_dbg_impl) {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 317 void merge(_Self &__x, _StrictWeakOrdering __comp)
318 { _M_impl.merge(__x._M_impl, _STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
321 void sort(_StrictWeakOrdering __comp)
322 { _M_impl.sort(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_map.h 159 map(const _Compare& __comp,
161 : _M_t(__comp, __a) { }
229 const _Compare& __comp,
231 : _M_t(__comp, __a)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 75 explicit map(const _Compare& __comp = _Compare(),
77 : _Base(__comp, __a) { }
81 const _Compare& __comp = _Compare(),
84 __comp, __a), _Safe_base() { }
multimap.h 76 explicit multimap(const _Compare& __comp = _Compare(),
78 : _Base(__comp, __a) { }
82 const _Compare& __comp = _Compare(),
85 __comp, __a) { }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_map.h 161 map(const _Compare& __comp,
163 : _M_t(__comp, __a) { }
231 const _Compare& __comp,
233 : _M_t(__comp, __a)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
map.h 77 explicit map(const _Compare& __comp = _Compare(),
79 : _Base(__comp, __a) { }
83 const _Compare& __comp = _Compare(),
88 __comp, __a), _Safe_base() { }
multimap.h 78 explicit multimap(const _Compare& __comp = _Compare(),
80 : _Base(__comp, __a) { }
84 const _Compare& __comp = _Compare(),
89 __comp, __a) { }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
map.h 73 map(const _Compare& __comp = _Compare(),
75 : _Base(__comp, __a)
80 const _Compare& __comp = _Compare(),
82 : _Base(__first, __last, __comp, __a)
multimap.h 67 explicit multimap(const _Compare& __comp = _Compare(),
69 : _Base(__comp, __a) { }
73 const _Compare& __comp = _Compare(),
75 : _Base(__first, __last, __comp, __a) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_map.h 161 map(const _Compare& __comp,
163 : _M_t(__comp, __a) { }
231 const _Compare& __comp,
233 : _M_t(__comp, __a)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
map.h 77 explicit map(const _Compare& __comp = _Compare(),
79 : _Base(__comp, __a) { }
83 const _Compare& __comp = _Compare(),
88 __comp, __a), _Safe_base() { }
multimap.h 78 explicit multimap(const _Compare& __comp = _Compare(),
80 : _Base(__comp, __a) { }
84 const _Compare& __comp = _Compare(),
89 __comp, __a) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
map.h 73 map(const _Compare& __comp = _Compare(),
75 : _Base(__comp, __a)
80 const _Compare& __comp = _Compare(),
82 : _Base(__first, __last, __comp, __a)
multimap.h 67 explicit multimap(const _Compare& __comp = _Compare(),
69 : _Base(__comp, __a) { }
73 const _Compare& __comp = _Compare(),
75 : _Base(__first, __last, __comp, __a) { }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 159 map(const _Compare& __comp,
161 : _M_t(__comp, __a) { }
229 const _Compare& __comp,
231 : _M_t(__comp, __a)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
map.h 75 explicit map(const _Compare& __comp = _Compare(),
77 : _Base(__comp, __a) { }
81 const _Compare& __comp = _Compare(),
84 __comp, __a), _Safe_base() { }
multimap.h 76 explicit multimap(const _Compare& __comp = _Compare(),
78 : _Base(__comp, __a) { }
82 const _Compare& __comp = _Compare(),
85 __comp, __a) { }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 123 _Rb_tree(const _Compare& __comp)
124 : _M_non_dbg_impl(__comp), _M_iter_list(&_M_non_dbg_impl) {}
125 _Rb_tree(const _Compare& __comp, const allocator_type& __a)
126 : _M_non_dbg_impl(__comp, __a), _M_iter_list(&_M_non_dbg_impl) {}
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 317 void merge(_Self &__x, _StrictWeakOrdering __comp)
318 { _M_impl.merge(__x._M_impl, _STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
321 void sort(_StrictWeakOrdering __comp)
322 { _M_impl.sort(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 159 map(const _Compare& __comp,
161 : _M_t(__comp, __a) { }
229 const _Compare& __comp,
231 : _M_t(__comp, __a)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
map.h 75 explicit map(const _Compare& __comp = _Compare(),
77 : _Base(__comp, __a) { }
81 const _Compare& __comp = _Compare(),
84 __comp, __a), _Safe_base() { }

Completed in 1354 milliseconds

1 2 3 4 5 6 7 891011>>