Searched refs:SetBytesForTesting (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/rappor/
H A Dbloom_filter.h35 void SetBytesForTesting(const ByteVector& bytes);
H A Drappor_metric.h54 void SetBytesForTesting(const ByteVector& bytes);
H A Drappor_metric.cc69 void RapporMetric::SetBytesForTesting(const ByteVector& bytes) { function in class:rappor::RapporMetric
70 bloom_filter_.SetBytesForTesting(bytes);
H A Dbloom_filter.cc39 void BloomFilter::SetBytesForTesting(const ByteVector& bytes) { function in class:rappor::BloomFilter
H A Drappor_metric_unittest.cc56 metric.SetBytesForTesting(real_bits);

Completed in 983 milliseconds