HomeSort by relevance Sort by last modified time
    Searched defs:AddCount (Results 1 - 4 of 4) sorted by null

  /external/flatbuffers/tests/MyGame/Example/
Stat.cs 39 Stat.AddCount(builder, count);
46 public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count, 0); }
Stat.lua 47 function Stat.AddCount(builder, count) builder:PrependUint16Slot(2, count, 0) end
  /external/libchrome/base/metrics/
sparse_histogram.cc 107 AddCount(value, 1);
110 void SparseHistogram::AddCount(Sample value, int count) {
histogram.cc 489 AddCount(value, 1);
492 void Histogram::AddCount(int value, int count) {
    [all...]

Completed in 285 milliseconds