Home
last modified time | relevance | path

Searched refs:StatAddCount (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DStat.py51 def StatAddCount(builder, count): builder.PrependUint16Slot(2, count, 0) function
91 StatAddCount(builder, self.count)
DStat.go21 StatAddCount(builder, t.Count)
99 func StatAddCount(builder *flatbuffers.Builder, count uint16) { func
/external/flatbuffers/grpc/tests/
Dgrpctest.py84 Stat.StatAddCount(b, test_stat_count)
/external/flatbuffers/tests/
Dgo_test.go1165 example.StatAddCount(b, 12345)
1254 example.StatAddCount(b, 12345)
Dpy_test.py1973 MyGame.Example.Stat.StatAddCount(b, 12345)