Home
last modified time | relevance | path

Searched defs:testfPinf (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/MyGame/
DMonsterExtra.java19 …public float testfPinf() { int o = __offset(6); return o != 0 ? bb.getFloat(o + bb_pos) : Float.PO… in testfPinf() method in MonsterExtra
49 …public static void addTestfPinf(FlatBufferBuilder builder, float testfPinf) { builder.addFloat(1, … in addTestfPinf()
DMonsterExtra.py65 def MonsterExtraAddTestfPinf(builder, testfPinf): builder.PrependFloat32Slot(1, testfPinf, float('i… argument