Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:start_size

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