Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:start_size

405     // Default constructor, or onstructor taking a start_size, or
407 // will use the sequence of sizes start_size, start_size*
408 // grow_factor, start_size* grow_factor^2, ...
409 hash_exponential_size_policy(size_type start_size = 8,
443 // Default constructor, or onstructor taking a start_size The
445 // start_size, start_size* 2, start_size* 2^2, ...
446 hash_prime_size_policy(size_type start_size = 8);