HomeSort by relevance Sort by last modified time
    Searched full:__n_buckets (Results 1 - 1 of 1) sorted by null

  /external/stlport/stlport/stl/
_hashtable.h 596 const size_type __n_buckets = _STLP_PRIV _Stl_prime_type::_S_next_size(__n) + 1; local
597 _M_buckets.reserve(__n_buckets);
598 _M_buckets.assign(__n_buckets, __STATIC_CAST(_BucketType*, 0));

Completed in 2140 milliseconds