Searched refs:nth_size (Results 1 – 1 of 1) sorted by relevance
222 const std::size_t nth_size = sizeof(sizes) / sizeof(std::size_t) - 1; in hash_size() local223 for (std::size_t i = 0; i < nth_size; ++i) in hash_size()226 return sizes[nth_size]; in hash_size()