HomeSort by relevance Sort by last modified time
    Searched defs:_M_bucket_count (Results 1 - 9 of 9) sorted by null

  /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...]
  /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...]
  /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...]
  /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...]
  /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...]

Completed in 33 milliseconds