Lines Matching refs:Sample
51 typedef int Sample; // Used for samples.
54 static const Sample kSampleType_MAX; // INT_MAX
97 virtual bool HasConstructionArguments(Sample expected_minimum,
98 Sample expected_maximum,
101 virtual void Add(Sample value) = 0;
103 // 2 convenient functions that call Add(Sample).
119 // Snapshot the current complete set of sample data.
139 // Writes information about the current (non-empty) buckets and their sample
140 // counts to |buckets|, the total sample count to |count| and the total sum
152 const std::string GetSimpleAsciiBucketRange(Sample sample) const;