HomeSort by relevance Sort by last modified time
    Searched refs:testfPinf (Results 1 - 3 of 3) sorted by null

  /external/flatbuffers/tests/MyGame/
MonsterExtra.java 19 public float testfPinf() { int o = __offset(6); return o != 0 ? bb.getFloat(o + bb_pos) : Float.POSITIVE_INFINITY; }
49 public static void addTestfPinf(FlatBufferBuilder builder, float testfPinf) { builder.addFloat(1, testfPinf, Float.POSITIVE_INFINITY); }
MonsterExtra.py 29 def TestfPinf(self):
65 def MonsterExtraAddTestfPinf(builder, testfPinf): builder.PrependFloat32Slot(1, testfPinf, float('inf'))
MonsterExtra.cs 22 public float TestfPinf { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetFloat(o + __p.bb_pos) : (float)Single.PositiveInfinity; } }
52 public static void AddTestfPinf(FlatBufferBuilder builder, float testfPinf) { builder.AddFloat(1, testfPinf, Single.PositiveInfinity); }

Completed in 1007 milliseconds