Searched defs:AddCount (Results 1 – 6 of 6) sorted by relevance
30 AddCountTy AddCount) { in propagateFromSCC()99 AddCountTy AddCount) { in propagate()
47 function Stat.AddCount(builder, count) builder:PrependUint16Slot(2, count, 0) end function
46 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
33 void AddCount(Sample value, int count) override {} in AddCount() function
110 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
492 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram