Searched defs:RapporMetric (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/rappor/
H A Drappor_metric.h18 // A RapporMetric is an object that collects string samples into a Bloom filter,
26 class RapporMetric { class in namespace:rappor
32 RapporMetric(const std::string& metric_name,
35 ~RapporMetric();
62 DISALLOW_COPY_AND_ASSIGN(RapporMetric);
H A Drappor_metric.cc12 RapporMetric::RapporMetric(const std::string& metric_name, function in class:rappor::RapporMetric
26 RapporMetric::~RapporMetric() {}
28 void RapporMetric::AddSample(const std::string& str) {
37 ByteVector RapporMetric::GetReport(const std::string& secret) const {
69 void RapporMetric::SetBytesForTesting(const ByteVector& bytes) {

Completed in 76 milliseconds