Home
last modified time | relevance | path

Searched refs:PermutedEntropyGenerator (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/variations/
Dentropy_provider_unittest.cc104 class PermutedEntropyGenerator : public TrialEntropyGenerator { class
106 explicit PermutedEntropyGenerator(const std::string& trial_name) in PermutedEntropyGenerator() function in metrics::__anone10251f40111::PermutedEntropyGenerator
116 virtual ~PermutedEntropyGenerator() { in ~PermutedEntropyGenerator()
129 DISALLOW_COPY_AND_ASSIGN(PermutedEntropyGenerator);
326 PermutedEntropyGenerator entropy_generator(kTestTrialNames[i]); in TEST()