Searched refs:StatAddCount (Results 1 – 4 of 4) sorted by relevance
45 def StatAddCount(builder, count): builder.PrependUint16Slot(2, count, 0) function
70 func StatAddCount(builder *flatbuffers.Builder, count uint16) { func
1101 example.StatAddCount(b, 12345)1189 example.StatAddCount(b, 12345)
1044 MyGame.Example.Stat.StatAddCount(b, 12345)