Home
last modified time | relevance | path

Searched refs:testdPinf (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/MyGame/
DMonsterExtra.java25 …public double testdPinf() { int o = __offset(12); return o != 0 ? bb.getDouble(o + bb_pos) : Doubl… in testdPinf() method in MonsterExtra
52 …ic void addTestdPinf(FlatBufferBuilder builder, double testdPinf) { builder.addDouble(4, testdPinf in addTestdPinf() argument
DMonsterExtra.py68 def MonsterExtraAddTestdPinf(builder, testdPinf): builder.PrependFloat64Slot(4, testdPinf, float('i… argument
DMonsterExtra.cs55 …ic void AddTestdPinf(FlatBufferBuilder builder, double testdPinf) { builder.AddDouble(4, testdPinf in AddTestdPinf()