HomeSort by relevance Sort by last modified time
    Searched defs:__comp (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
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.6/include/bits/
stl_list.h 1402 { 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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
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.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...]
stl_tree.h 450 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
451 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
456 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a)
457 : _Node_allocator(std::move(__a)), _M_key_compare(__comp),
650 _Rb_tree(const _Compare& __comp,
652 : _M_impl(__comp, _Node_allocator(__a)) { }
1320 bool __comp = true; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
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.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 450 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
451 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
456 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a)
457 : _Node_allocator(std::move(__a)), _M_key_compare(__comp),
650 _Rb_tree(const _Compare& __comp,
652 : _M_impl(__comp, _Node_allocator(__a)) { }
1320 bool __comp = true; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_tree.h 450 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
451 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
456 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a)
457 : _Node_allocator(std::move(__a)), _M_key_compare(__comp),
650 _Rb_tree(const _Compare& __comp,
652 : _M_impl(__comp, _Node_allocator(__a)) { }
1320 bool __comp = true; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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,
1198 bool __comp = true; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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...]

Completed in 533 milliseconds

12