/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...] |
hashtable_policy.h | 543 __h->_M_bucket_count); 562 __h->_M_bucket_count); 582 __h->_M_bucket_count); 600 __h->_M_bucket_count);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...] |
hashtable_policy.h | 543 __h->_M_bucket_count); 562 __h->_M_bucket_count); 582 __h->_M_bucket_count); 600 __h->_M_bucket_count);
|
/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...] |
hashtable_policy.h | 543 __h->_M_bucket_count); 562 __h->_M_bucket_count); 582 __h->_M_bucket_count); 600 __h->_M_bucket_count);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...] |
hashtable_policy.h | 525 __h->_M_bucket_count);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...] |
hashtable_policy.h | 525 __h->_M_bucket_count);
|
/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...] |
hashtable_policy.h | 525 __h->_M_bucket_count);
|
/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
hashtable | 184 size_type _M_bucket_count; 255 { return iterator(_M_buckets + _M_bucket_count); } 259 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return const_iterator(_M_buckets + _M_bucket_count); } 306 { return _M_bucket_count; } 586 _M_bucket_count(0), 590 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 591 _M_buckets = _M_allocate_buckets(_M_bucket_count); 612 _M_bucket_count(0), 616 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint) [all...] |
hashtable_policy.h | 569 __h->_M_bucket_count); 589 __h->_M_bucket_count); 607 __h->_M_bucket_count);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 184 size_type _M_bucket_count; 255 { return iterator(_M_buckets + _M_bucket_count); } 259 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return const_iterator(_M_buckets + _M_bucket_count); } 306 { return _M_bucket_count; } 586 _M_bucket_count(0), 590 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 591 _M_buckets = _M_allocate_buckets(_M_bucket_count); 612 _M_bucket_count(0), 616 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint) [all...] |
hashtable_policy.h | 569 __h->_M_bucket_count); 589 __h->_M_bucket_count); 607 __h->_M_bucket_count);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 184 size_type _M_bucket_count; 255 { return iterator(_M_buckets + _M_bucket_count); } 259 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return const_iterator(_M_buckets + _M_bucket_count); } 306 { return _M_bucket_count; } 586 _M_bucket_count(0), 590 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 591 _M_buckets = _M_allocate_buckets(_M_bucket_count); 612 _M_bucket_count(0), 616 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint) [all...] |
hashtable_policy.h | 569 __h->_M_bucket_count); 589 __h->_M_bucket_count); 607 __h->_M_bucket_count);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 184 size_type _M_bucket_count; 255 { return iterator(_M_buckets + _M_bucket_count); } 259 { return const_iterator(_M_buckets + _M_bucket_count); } 273 { return const_iterator(_M_buckets + _M_bucket_count); } 306 { return _M_bucket_count; } 586 _M_bucket_count(0), 590 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 591 _M_buckets = _M_allocate_buckets(_M_bucket_count); 612 _M_bucket_count(0), 616 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint) [all...] |
hashtable_policy.h | 569 __h->_M_bucket_count); 589 __h->_M_bucket_count); 607 __h->_M_bucket_count);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
hashtable | 184 size_type _M_bucket_count; 251 { return iterator(_M_buckets + _M_bucket_count); } 255 { return const_iterator(_M_buckets + _M_bucket_count); } 269 { return const_iterator(_M_buckets + _M_bucket_count); } 302 { return _M_bucket_count; } 582 _M_bucket_count(0), 586 _M_bucket_count = _M_rehash_policy._M_next_bkt(__bucket_hint); 587 _M_buckets = _M_allocate_buckets(_M_bucket_count); 608 _M_bucket_count(0), 612 _M_bucket_count = std::max(_M_rehash_policy._M_next_bkt(__bucket_hint) [all...] |
hashtable_policy.h | 569 __h->_M_bucket_count); 589 __h->_M_bucket_count); 607 __h->_M_bucket_count);
|
/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...] |