Lines Matching full:sample
52 typedef int Sample; // Used for samples.
56 static const Sample kSampleType_MAX; // INT_MAX
111 virtual bool HasConstructionArguments(Sample expected_minimum,
112 Sample expected_maximum,
115 virtual void Add(Sample value) = 0;
117 // 2 convenient functions that call Add(Sample).
133 // Snapshot the current complete set of sample data.
153 // Writes information about the current (non-empty) buckets and their sample
154 // counts to |buckets|, the total sample count to |count| and the total sum
166 const std::string GetSimpleAsciiBucketRange(Sample sample) const;