Home
last modified time | relevance | path

Searched defs:StatAddCount (Results 1 – 2 of 2) 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