/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
hashtable.h | 179 size_type _M_bucket_count; 251 { return iterator(_M_buckets + _M_bucket_count); } 255 { return const_iterator(_M_buckets + _M_bucket_count); } 263 { return const_iterator(_M_buckets + _M_bucket_count); } 291 { return _M_bucket_count; } 581 _M_bucket_count(0), 585 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 586 _M_buckets = _M_allocate_buckets(_M_bucket_count); 587 _M_begin_bucket_index = _M_bucket_count; 608 _M_bucket_count(0) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/ |
hashtable.h | 174 size_type _M_bucket_count; 237 { return iterator(_M_buckets + _M_bucket_count); } 241 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return _M_bucket_count; } 528 _M_bucket_count(0), 532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 533 _M_buckets = _M_allocate_buckets(_M_bucket_count); 554 _M_bucket_count(0), 558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint), 563 _M_buckets = _M_allocate_buckets(_M_bucket_count); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable.h | 107 * - size_type _M_bucket_count 324 size_type _M_bucket_count; 503 { return _M_bucket_count; } 521 __n, _M_bucket_count); 526 { return local_iterator(*this, nullptr, __n, _M_bucket_count); } 532 __n, _M_bucket_count); 537 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } 544 __n, _M_bucket_count); 549 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } 589 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); } [all...] |
hashtable_policy.h | 639 pair_type __do_rehash = __rehash._M_need_rehash(__h._M_bucket_count, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
hashtable.h | 174 size_type _M_bucket_count; 237 { return iterator(_M_buckets + _M_bucket_count); } 241 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return _M_bucket_count; } 528 _M_bucket_count(0), 532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 533 _M_buckets = _M_allocate_buckets(_M_bucket_count); 554 _M_bucket_count(0), 558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint), 563 _M_buckets = _M_allocate_buckets(_M_bucket_count); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
hashtable.h | 107 * - size_type _M_bucket_count 324 size_type _M_bucket_count; 503 { return _M_bucket_count; } 521 __n, _M_bucket_count); 526 { return local_iterator(*this, nullptr, __n, _M_bucket_count); } 532 __n, _M_bucket_count); 537 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } 544 __n, _M_bucket_count); 549 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } 589 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); } [all...] |
hashtable_policy.h | 639 pair_type __do_rehash = __rehash._M_need_rehash(__h._M_bucket_count, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
hashtable.h | 174 size_type _M_bucket_count; 237 { return iterator(_M_buckets + _M_bucket_count); } 241 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return _M_bucket_count; } 528 _M_bucket_count(0), 532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 533 _M_buckets = _M_allocate_buckets(_M_bucket_count); 554 _M_bucket_count(0), 558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint), 563 _M_buckets = _M_allocate_buckets(_M_bucket_count); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
hashtable.h | 179 size_type _M_bucket_count; 251 { return iterator(_M_buckets + _M_bucket_count); } 255 { return const_iterator(_M_buckets + _M_bucket_count); } 263 { return const_iterator(_M_buckets + _M_bucket_count); } 291 { return _M_bucket_count; } 581 _M_bucket_count(0), 585 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 586 _M_buckets = _M_allocate_buckets(_M_bucket_count); 587 _M_begin_bucket_index = _M_bucket_count; 608 _M_bucket_count(0) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
hashtable.h | 174 size_type _M_bucket_count; 237 { return iterator(_M_buckets + _M_bucket_count); } 241 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return _M_bucket_count; } 528 _M_bucket_count(0), 532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 533 _M_buckets = _M_allocate_buckets(_M_bucket_count); 554 _M_bucket_count(0), 558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint), 563 _M_buckets = _M_allocate_buckets(_M_bucket_count); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hashtable.h | 99 * - size_type _M_bucket_count 260 size_type _M_bucket_count; 382 { return _M_bucket_count; } 399 _M_bucket_count); } 403 { return local_iterator(nullptr, __n, _M_bucket_count); } 408 _M_bucket_count); } 412 { return const_local_iterator(nullptr, __n, _M_bucket_count); } 418 _M_bucket_count); } 422 { return const_local_iterator(nullptr, __n, _M_bucket_count); } 461 { return _HCBase::_M_bucket_index(__n, _M_bucket_count); } [all...] |
hashtable_policy.h | 922 : _M_cur(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count) { } 930 std::size_t __bkt = _M_h2()(_M_cur->_M_hash_code, _M_bucket_count); 941 std::size_t _M_bucket_count; 955 : _M_cur(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count) { } 963 std::size_t __bkt = this->_M_bucket_index(_M_cur, _M_bucket_count); 971 std::size_t _M_bucket_count; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
hashtable.h | 174 size_type _M_bucket_count; 237 { return iterator(_M_buckets + _M_bucket_count); } 241 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return _M_bucket_count; } 528 _M_bucket_count(0), 532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 533 _M_buckets = _M_allocate_buckets(_M_bucket_count); 554 _M_bucket_count(0), 558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint), 563 _M_buckets = _M_allocate_buckets(_M_bucket_count); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
hashtable.h | 179 size_type _M_bucket_count; 251 { return iterator(_M_buckets + _M_bucket_count); } 255 { return const_iterator(_M_buckets + _M_bucket_count); } 263 { return const_iterator(_M_buckets + _M_bucket_count); } 291 { return _M_bucket_count; } 581 _M_bucket_count(0), 585 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 586 _M_buckets = _M_allocate_buckets(_M_bucket_count); 587 _M_begin_bucket_index = _M_bucket_count; 608 _M_bucket_count(0) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
hashtable.h | 174 size_type _M_bucket_count; 237 { return iterator(_M_buckets + _M_bucket_count); } 241 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return _M_bucket_count; } 528 _M_bucket_count(0), 532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 533 _M_buckets = _M_allocate_buckets(_M_bucket_count); 554 _M_bucket_count(0), 558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint), 563 _M_buckets = _M_allocate_buckets(_M_bucket_count); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hashtable.h | 99 * - size_type _M_bucket_count 260 size_type _M_bucket_count; 382 { return _M_bucket_count; } 399 _M_bucket_count); } 403 { return local_iterator(nullptr, __n, _M_bucket_count); } 408 _M_bucket_count); } 412 { return const_local_iterator(nullptr, __n, _M_bucket_count); } 418 _M_bucket_count); } 422 { return const_local_iterator(nullptr, __n, _M_bucket_count); } 461 { return _HCBase::_M_bucket_index(__n, _M_bucket_count); } [all...] |
hashtable_policy.h | 922 : _M_cur(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count) { } 930 std::size_t __bkt = _M_h2()(_M_cur->_M_hash_code, _M_bucket_count); 941 std::size_t _M_bucket_count; 955 : _M_cur(__p), _M_bucket(__bkt), _M_bucket_count(__bkt_count) { } 963 std::size_t __bkt = this->_M_bucket_index(_M_cur, _M_bucket_count); 971 std::size_t _M_bucket_count; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
hashtable.h | 174 size_type _M_bucket_count; 237 { return iterator(_M_buckets + _M_bucket_count); } 241 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return _M_bucket_count; } 528 _M_bucket_count(0), 532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 533 _M_buckets = _M_allocate_buckets(_M_bucket_count); 554 _M_bucket_count(0), 558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint), 563 _M_buckets = _M_allocate_buckets(_M_bucket_count); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
hashtable.h | 107 * - size_type _M_bucket_count 324 size_type _M_bucket_count; 503 { return _M_bucket_count; } 521 __n, _M_bucket_count); 526 { return local_iterator(*this, nullptr, __n, _M_bucket_count); } 532 __n, _M_bucket_count); 537 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } 544 __n, _M_bucket_count); 549 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } 589 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); } [all...] |
hashtable_policy.h | 639 pair_type __do_rehash = __rehash._M_need_rehash(__h._M_bucket_count, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
hashtable.h | 174 size_type _M_bucket_count; 237 { return iterator(_M_buckets + _M_bucket_count); } 241 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return _M_bucket_count; } 528 _M_bucket_count(0), 532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 533 _M_buckets = _M_allocate_buckets(_M_bucket_count); 554 _M_bucket_count(0), 558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint), 563 _M_buckets = _M_allocate_buckets(_M_bucket_count); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
hashtable.h | 103 * - size_type _M_bucket_count 314 size_type _M_bucket_count; 361 { _M_deallocate_buckets(_M_buckets, _M_bucket_count); } 524 { return _M_bucket_count; } 542 __n, _M_bucket_count); 547 { return local_iterator(*this, nullptr, __n, _M_bucket_count); } 553 __n, _M_bucket_count); 558 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } 565 __n, _M_bucket_count); 570 { return const_local_iterator(*this, nullptr, __n, _M_bucket_count); } [all...] |
hashtable_policy.h | 768 pair_type __do_rehash = __rehash._M_need_rehash(__h._M_bucket_count, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
hashtable.h | 174 size_type _M_bucket_count; 237 { return iterator(_M_buckets + _M_bucket_count); } 241 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return _M_bucket_count; } 528 _M_bucket_count(0), 532 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 533 _M_buckets = _M_allocate_buckets(_M_bucket_count); 554 _M_bucket_count(0), 558 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint), 563 _M_buckets = _M_allocate_buckets(_M_bucket_count); [all...] |