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

  /external/flatbuffers/tests/MyGame/
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); }
  /external/flatbuffers/tests/
py_test.py     [all...]

Completed in 137 milliseconds