Lines Matching defs:o
17 …public float testfNan() { int o = __offset(4); return o != 0 ? bb.getFloat(o + bb_pos) : Float.NaN… in testfNan() local
18 …public boolean mutateTestfNan(float testf_nan) { int o = __offset(4); if (o != 0) { bb.putFloat(o … in mutateTestfNan() local
19 …public float testfPinf() { int o = __offset(6); return o != 0 ? bb.getFloat(o + bb_pos) : Float.PO… in testfPinf() local
20 …public boolean mutateTestfPinf(float testf_pinf) { int o = __offset(6); if (o != 0) { bb.putFloat(… in mutateTestfPinf() local
21 …public float testfNinf() { int o = __offset(8); return o != 0 ? bb.getFloat(o + bb_pos) : Float.NE… in testfNinf() local
22 …public boolean mutateTestfNinf(float testf_ninf) { int o = __offset(8); if (o != 0) { bb.putFloat(… in mutateTestfNinf() local
23 …public double testdNan() { int o = __offset(10); return o != 0 ? bb.getDouble(o + bb_pos) : Double… in testdNan() local
24 …public boolean mutateTestdNan(double testd_nan) { int o = __offset(10); if (o != 0) { bb.putDouble… in mutateTestdNan() local
25 …public double testdPinf() { int o = __offset(12); return o != 0 ? bb.getDouble(o + bb_pos) : Doubl… in testdPinf() local
26 …public boolean mutateTestdPinf(double testd_pinf) { int o = __offset(12); if (o != 0) { bb.putDoub… in mutateTestdPinf() local
27 …public double testdNinf() { int o = __offset(14); return o != 0 ? bb.getDouble(o + bb_pos) : Doubl… in testdNinf() local
28 …public boolean mutateTestdNinf(double testd_ninf) { int o = __offset(14); if (o != 0) { bb.putDoub… in mutateTestdNinf() local
55 int o = builder.endObject(); in endMonsterExtra() local