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

1 2

  /external/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
for_each_selectors.h 309 _Compare& __comp; member in struct:__gnu_parallel::__min_element_reduct
312 __min_element_reduct(_Compare &__c) : __comp(__c) { }
316 { return (__comp(*__x, *__y)) ? __x : __y; }
323 _Compare& __comp; member in struct:__gnu_parallel::__max_element_reduct
326 __max_element_reduct(_Compare& __c) : __comp(__c) { }
330 { return (__comp(*__x, *__y)) ? __y : __x; }
multiway_merge.h 83 _Compare& __comp; member in class:__gnu_parallel::_GuardedIterator
89 * @param __comp Comparator provided for associated overloaded
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
127 return (__bi1.__comp)(*__bi1, *__bi2); // normal compare
142 return !(__bi1.__comp)(*__bi2, *__bi1); // normal compare
153 _Compare& __comp; member in class:__gnu_parallel::_UnguardedIterator
159 * @param __comp Unused, only for compatibility. */
161 _RAIter /* __end */, _Compare& __comp)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 1186 { merge(std::move(__list), __comp); } local
    [all...]
stl_list.h 1412 { merge(std::move(__x), __comp); } local
    [all...]
stl_tree.h 448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
449 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
454 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a)
455 : _Node_allocator(std::move(__a)), _M_key_compare(__comp),
625 _Rb_tree(const _Compare& __comp,
627 : _M_impl(__comp, _Node_allocator(__a)) { }
1281 bool __comp = true; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 1186 { merge(std::move(__list), __comp); } local
    [all...]
stl_list.h 1412 { merge(std::move(__x), __comp); } local
    [all...]
stl_tree.h 448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
449 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
454 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a)
455 : _Node_allocator(std::move(__a)), _M_key_compare(__comp),
625 _Rb_tree(const _Compare& __comp,
627 : _M_impl(__comp, _Node_allocator(__a)) { }
1281 bool __comp = true; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_list.h 1422 { merge(std::move(__x), __comp); } local
    [all...]
stl_tree.h 448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
449 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
473 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
480 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
481 if (__comp(__x, __x))
483 if (__comp(__y, __y))
485 bool lt = __comp(__x, __y);
486 if (lt && __comp(__y, __x))
658 _Rb_tree(const _Compare& __comp,
1313 bool __comp = true; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_list.h 1422 { merge(std::move(__x), __comp); } local
    [all...]
stl_tree.h 448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
449 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
473 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
480 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
481 if (__comp(__x, __x))
483 if (__comp(__y, __y))
485 bool lt = __comp(__x, __y);
486 if (lt && __comp(__y, __x))
658 _Rb_tree(const _Compare& __comp,
1313 bool __comp = true; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_list.h 1333 { merge(std::move(__l), __comp); } local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 1402 { merge(std::move(__x), __comp); } local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 1402 { merge(std::move(__x), __comp); } local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
forward_list.h 1190 { merge(std::move(__list), __comp); } local
    [all...]
stl_list.h 1436 { merge(std::move(__x), __comp); } local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
462 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
470 if (__comp(__x, __x))
472 if (__comp(__y, __y))
474 bool lt = __comp(__x, __y);
475 if (lt && __comp(__y, __x))
633 _Rb_tree(const _Compare& __comp,
1206 bool __comp = true; local
    [all...]

Completed in 1022 milliseconds

1 2