Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DStat.py45 def StatAddCount(builder, count): builder.PrependUint16Slot(2, count, 0) function
DStat.go70 func StatAddCount(builder *flatbuffers.Builder, count uint16) { func
/external/flatbuffers/tests/
Dgo_test.go1101 example.StatAddCount(b, 12345)
1189 example.StatAddCount(b, 12345)
Dpy_test.py1044 MyGame.Example.Stat.StatAddCount(b, 12345)