Home
last modified time | relevance | path

Searched defs:AddCount (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp30 AddCountTy AddCount) { in propagateFromSCC()
99 AddCountTy AddCount) { in propagate()
/external/flatbuffers/tests/MyGame/Example/
DStat.lua47 function Stat.AddCount(builder, count) builder:PrependUint16Slot(2, count, 0) end function
DStat.cs46 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
/external/libchrome/base/metrics/
Ddummy_histogram.h33 void AddCount(Sample value, int count) override {} in AddCount() function
Dsparse_histogram.cc110 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
Dhistogram.cc492 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram