Searched refs:zipf_u64 (Results 1 – 8 of 8) sorted by relevance
209 using zipf_u64 = absl::zipf_distribution<uint64_t>; typedef211 class ZipfTest : public testing::TestWithParam<zipf_u64::param_type>,269 zipf_u64 dis(param); in TEST_P()319 std::vector<zipf_u64::param_type> GenParams() { in GenParams()320 using param = zipf_u64::param_type; in GenParams()325 return std::vector<zipf_u64::param_type>{ in GenParams()339 const ::testing::TestParamInfo<zipf_u64::param_type>& info) { in ParamName()
210 using zipf_u64 = absl::zipf_distribution<uint64_t>; typedef212 class ZipfTest : public testing::TestWithParam<zipf_u64::param_type>,270 zipf_u64 dis(param); in TEST_P()323 std::vector<zipf_u64::param_type> GenParams() { in GenParams()324 using param = zipf_u64::param_type; in GenParams()329 return std::vector<zipf_u64::param_type>{ in GenParams()343 const ::testing::TestParamInfo<zipf_u64::param_type>& info) { in ParamName()