Searched refs:_M_bucket_count (Results 1 - 25 of 72) sorted by relevance

123

/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dhashtable.h179 size_type _M_bucket_count; member in class:_Hashtable
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(
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dhashtable.h179 size_type _M_bucket_count; member in class:_Hashtable
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(
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dhashtable.h179 size_type _M_bucket_count; member in class:_Hashtable
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(
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dhashtable.h179 size_type _M_bucket_count; member in class:_Hashtable
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(
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dhashtable.h103 * - size_type _M_bucket_count
314 size_type _M_bucket_count; member in class:_Hashtable
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...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dhashtable.h103 * - size_type _M_bucket_count
314 size_type _M_bucket_count; member in class:_Hashtable
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...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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.15-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/mingw/include/c++/4.8.3/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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++/include/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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++/include/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/current/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/current/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/current/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/current/sources/cxx-stl/gnu-libstdc++/include/tr1/
H A Dhashtable.h174 size_type _M_bucket_count; member in class:tr1::_Hashtable
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/
H A Dhashtable.h99 * - size_type _M_bucket_count
260 size_type _M_bucket_count; member in class:_Hashtable
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...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dhashtable.h99 * - size_type _M_bucket_count
260 size_type _M_bucket_count; member in class:_Hashtable
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...]

Completed in 523 milliseconds

123