Home
last modified time | relevance | path

Searched refs:testf_pinf (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/
Dmonster_extra_generated.h21 float testf_pinf; member
28 testf_pinf(std::numeric_limits<float>::infinity()), in MonsterExtraT()
39 (lhs.testf_pinf == rhs.testf_pinf) &&
65 float testf_pinf() const { in testf_pinf() function
116 void add_testf_pinf(float testf_pinf) { in add_testf_pinf()
117 …fbb_.AddElement<float>(MonsterExtra::VT_TESTF_PINF, testf_pinf, std::numeric_limits<float>::infini… in add_testf_pinf()
146 float testf_pinf = std::numeric_limits<float>::infinity(),
156 builder_.add_testf_pinf(testf_pinf);
173 { auto _e = testf_pinf(); _o->testf_pinf = _e; }; in UnPackTo()
189 auto _testf_pinf = _o->testf_pinf; in CreateMonsterExtra()
Dmonster_extra.fbs7 testf_pinf:float = +inf;
/external/flatbuffers/tests/MyGame/
DMonsterExtra.java20 …blic boolean mutateTestfPinf(float testf_pinf) { int o = __offset(6); if (o != 0) { bb.putFloat(o … in mutateTestfPinf() argument
32 float testf_pinf, in createMonsterExtra() argument
42 MonsterExtra.addTestfPinf(builder, testf_pinf); in createMonsterExtra()
DMonsterExtra.cs23 …c bool MutateTestfPinf(float testf_pinf) { int o = __p.__offset(6); if (o != 0) { __p.bb.PutFloat(… in MutateTestfPinf()
35 float testf_pinf = Single.PositiveInfinity, in CreateMonsterExtra()
45 MonsterExtra.AddTestfPinf(builder, testf_pinf); in CreateMonsterExtra()