HomeSort by relevance Sort by last modified time
    Searched refs:_M_bucket_index (Results 1 - 25 of 40) sorted by null

1 2

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h 262 { using __hash_code_base::_M_bucket_index; };
267 ._M_bucket_index((const __node_type*)nullptr,
536 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
609 _M_bucket_index(__node_type* __n) const noexcept
610 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); }
613 _M_bucket_index(const key_type& __k, __hash_code __c) const
614 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 394 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
460 _M_bucket_index(_Node* __n) const
461 { return _HCBase::_M_bucket_index(__n, _M_bucket_count); }
464 _M_bucket_index(const key_type& __k,
466 { return _HCBase::_M_bucket_index(__k, __c, _M_bucket_count); }
815 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin;
824 size_type __bkt = _M_bucket_index(__this_n);
858 _M_buckets[_M_bucket_index(_M_begin())] = &_M_before_begin;
905 _M_buckets[_M_bucket_index(_M_begin())] = &_M_before_begin;
907 __x._M_buckets[__x._M_bucket_index(__x._M_begin())
    [all...]
hashtable_policy.h 440 std::size_t __n = __h->_M_bucket_index(__k, __code);
457 std::size_t __n = __h->_M_bucket_index(__k, __code);
475 std::size_t __n = __h->_M_bucket_index(__k, __code);
491 std::size_t __n = __h->_M_bucket_index(__k, __code);
623 _M_bucket_index(const _Key& __k, _Hash_code_type,
628 _M_bucket_index(const _Hash_node<_Value, false>* __p,
708 _M_bucket_index(const _Key&, _Hash_code_type __c,
713 _M_bucket_index(const _Hash_node<_Value, false>* __p,
786 _M_bucket_index(const _Key&, _Hash_code_type __c,
791 _M_bucket_index(const _Hash_node<_Value, true>* __p
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 394 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
460 _M_bucket_index(_Node* __n) const
461 { return _HCBase::_M_bucket_index(__n, _M_bucket_count); }
464 _M_bucket_index(const key_type& __k,
466 { return _HCBase::_M_bucket_index(__k, __c, _M_bucket_count); }
815 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin;
824 size_type __bkt = _M_bucket_index(__this_n);
858 _M_buckets[_M_bucket_index(_M_begin())] = &_M_before_begin;
905 _M_buckets[_M_bucket_index(_M_begin())] = &_M_before_begin;
907 __x._M_buckets[__x._M_bucket_index(__x._M_begin())
    [all...]
hashtable_policy.h 440 std::size_t __n = __h->_M_bucket_index(__k, __code);
457 std::size_t __n = __h->_M_bucket_index(__k, __code);
475 std::size_t __n = __h->_M_bucket_index(__k, __code);
491 std::size_t __n = __h->_M_bucket_index(__k, __code);
623 _M_bucket_index(const _Key& __k, _Hash_code_type,
628 _M_bucket_index(const _Hash_node<_Value, false>* __p,
708 _M_bucket_index(const _Key&, _Hash_code_type __c,
713 _M_bucket_index(const _Hash_node<_Value, false>* __p,
786 _M_bucket_index(const _Key&, _Hash_code_type __c,
791 _M_bucket_index(const _Hash_node<_Value, true>* __p
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h 515 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
588 _M_bucket_index(__node_type* __n) const
589 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); }
592 _M_bucket_index(const key_type& __k, __hash_code __c) const
593 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count); }
901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin();
910 size_type __bkt = _M_bucket_index(__this_n);
942 _M_buckets[_M_bucket_index(_M_begin())] = &_M_before_begin();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable.h 515 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
588 _M_bucket_index(__node_type* __n) const
589 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); }
592 _M_bucket_index(const key_type& __k, __hash_code __c) const
593 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count); }
901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin();
910 size_type __bkt = _M_bucket_index(__this_n);
942 _M_buckets[_M_bucket_index(_M_begin())] = &_M_before_begin();
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
hashtable.h 515 { return _M_bucket_index(__k, this->_M_hash_code(__k)); }
588 _M_bucket_index(__node_type* __n) const
589 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); }
592 _M_bucket_index(const key_type& __k, __hash_code __c) const
593 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count); }
901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin();
910 size_type __bkt = _M_bucket_index(__this_n);
942 _M_buckets[_M_bucket_index(_M_begin())] = &_M_before_begin();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
hashtable_policy.h 524 std::size_t __n = __h->_M_bucket_index(__k, __code,
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
601 _M_bucket_index(const _Hash_node<_Value, false>* __p,
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
680 _M_bucket_index(const _Hash_node<_Value, false>* __p,
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
747 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 524 std::size_t __n = __h->_M_bucket_index(__k, __code,
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
601 _M_bucket_index(const _Hash_node<_Value, false>* __p,
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
680 _M_bucket_index(const _Hash_node<_Value, false>* __p,
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
747 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h 524 std::size_t __n = __h->_M_bucket_index(__k, __code,
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
601 _M_bucket_index(const _Hash_node<_Value, false>* __p,
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
680 _M_bucket_index(const _Hash_node<_Value, false>* __p,
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
747 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable_policy.h 524 std::size_t __n = __h->_M_bucket_index(__k, __code,
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
601 _M_bucket_index(const _Hash_node<_Value, false>* __p,
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
680 _M_bucket_index(const _Hash_node<_Value, false>* __p,
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
747 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable_policy.h 524 std::size_t __n = __h->_M_bucket_index(__k, __code,
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
601 _M_bucket_index(const _Hash_node<_Value, false>* __p,
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
680 _M_bucket_index(const _Hash_node<_Value, false>* __p,
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
747 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable_policy.h 524 std::size_t __n = __h->_M_bucket_index(__k, __code,
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
601 _M_bucket_index(const _Hash_node<_Value, false>* __p,
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
680 _M_bucket_index(const _Hash_node<_Value, false>* __p,
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
747 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable_policy.h 524 std::size_t __n = __h->_M_bucket_index(__k, __code,
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
601 _M_bucket_index(const _Hash_node<_Value, false>* __p,
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
680 _M_bucket_index(const _Hash_node<_Value, false>* __p,
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
747 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
hashtable_policy.h 524 std::size_t __n = __h->_M_bucket_index(__k, __code,
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
601 _M_bucket_index(const _Hash_node<_Value, false>* __p,
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
680 _M_bucket_index(const _Hash_node<_Value, false>* __p,
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
747 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable_policy.h 524 std::size_t __n = __h->_M_bucket_index(__k, __code,
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
601 _M_bucket_index(const _Hash_node<_Value, false>* __p,
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
680 _M_bucket_index(const _Hash_node<_Value, false>* __p,
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
747 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
hashtable_policy.h 542 std::size_t __n = __h->_M_bucket_index(__k, __code,
561 std::size_t __n = __h->_M_bucket_index(__k, __code,
581 std::size_t __n = __h->_M_bucket_index(__k, __code,
599 std::size_t __n = __h->_M_bucket_index(__k, __code,
677 _M_bucket_index(const _Key& __k, _Hash_code_type,
682 _M_bucket_index(const _Hash_node<_Value, false>* __p,
756 _M_bucket_index(const _Key&, _Hash_code_type __c,
761 _M_bucket_index(const _Hash_node<_Value, false>* __p,
823 _M_bucket_index(const _Key&, _Hash_code_type __c,
828 _M_bucket_index(const _Hash_node<_Value, true>* __p
    [all...]
hashtable.h 304 return this->_M_bucket_index(__k, this->_M_hash_code(__k),
764 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
781 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
798 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
823 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
861 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
923 __n = this->_M_bucket_index(__k, __code, __do_rehash.second);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable_policy.h 542 std::size_t __n = __h->_M_bucket_index(__k, __code,
561 std::size_t __n = __h->_M_bucket_index(__k, __code,
581 std::size_t __n = __h->_M_bucket_index(__k, __code,
599 std::size_t __n = __h->_M_bucket_index(__k, __code,
677 _M_bucket_index(const _Key& __k, _Hash_code_type,
682 _M_bucket_index(const _Hash_node<_Value, false>* __p,
756 _M_bucket_index(const _Key&, _Hash_code_type __c,
761 _M_bucket_index(const _Hash_node<_Value, false>* __p,
823 _M_bucket_index(const _Key&, _Hash_code_type __c,
828 _M_bucket_index(const _Hash_node<_Value, true>* __p
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable_policy.h 542 std::size_t __n = __h->_M_bucket_index(__k, __code,
561 std::size_t __n = __h->_M_bucket_index(__k, __code,
581 std::size_t __n = __h->_M_bucket_index(__k, __code,
599 std::size_t __n = __h->_M_bucket_index(__k, __code,
677 _M_bucket_index(const _Key& __k, _Hash_code_type,
682 _M_bucket_index(const _Hash_node<_Value, false>* __p,
756 _M_bucket_index(const _Key&, _Hash_code_type __c,
761 _M_bucket_index(const _Hash_node<_Value, false>* __p,
823 _M_bucket_index(const _Key&, _Hash_code_type __c,
828 _M_bucket_index(const _Hash_node<_Value, true>* __p
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 568 std::size_t __n = __h->_M_bucket_index(__k, __code,
588 std::size_t __n = __h->_M_bucket_index(__k, __code,
606 std::size_t __n = __h->_M_bucket_index(__k, __code,
678 _M_bucket_index(const _Key& __k, _Hash_code_type,
683 _M_bucket_index(const _Hash_node<_Value, false>* __p,
757 _M_bucket_index(const _Key&, _Hash_code_type __c,
762 _M_bucket_index(const _Hash_node<_Value, false>* __p,
824 _M_bucket_index(const _Key&, _Hash_code_type __c,
829 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 568 std::size_t __n = __h->_M_bucket_index(__k, __code,
588 std::size_t __n = __h->_M_bucket_index(__k, __code,
606 std::size_t __n = __h->_M_bucket_index(__k, __code,
678 _M_bucket_index(const _Key& __k, _Hash_code_type,
683 _M_bucket_index(const _Hash_node<_Value, false>* __p,
757 _M_bucket_index(const _Key&, _Hash_code_type __c,
762 _M_bucket_index(const _Hash_node<_Value, false>* __p,
824 _M_bucket_index(const _Key&, _Hash_code_type __c,
829 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 568 std::size_t __n = __h->_M_bucket_index(__k, __code,
588 std::size_t __n = __h->_M_bucket_index(__k, __code,
606 std::size_t __n = __h->_M_bucket_index(__k, __code,
678 _M_bucket_index(const _Key& __k, _Hash_code_type,
683 _M_bucket_index(const _Hash_node<_Value, false>* __p,
757 _M_bucket_index(const _Key&, _Hash_code_type __c,
762 _M_bucket_index(const _Hash_node<_Value, false>* __p,
824 _M_bucket_index(const _Key&, _Hash_code_type __c,
829 _M_bucket_index(const _Hash_node<_Value, true>* __p,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
hashtable_policy.h 568 std::size_t __n = __h->_M_bucket_index(__k, __code,
588 std::size_t __n = __h->_M_bucket_index(__k, __code,
606 std::size_t __n = __h->_M_bucket_index(__k, __code,
678 _M_bucket_index(const _Key& __k, _Hash_code_type,
683 _M_bucket_index(const _Hash_node<_Value, false>* __p,
757 _M_bucket_index(const _Key&, _Hash_code_type __c,
762 _M_bucket_index(const _Hash_node<_Value, false>* __p,
824 _M_bucket_index(const _Key&, _Hash_code_type __c,
829 _M_bucket_index(const _Hash_node<_Value, true>* __p,

Completed in 5246 milliseconds

1 2