Lines Matching refs:testbool
1030 bool testbool;
1065 testbool(false),
1098 (lhs.testbool == rhs.testbool) &&
1291 bool testbool() const {
1666 void add_testbool(bool testbool) {
1667 fbb_.AddElement<uint8_t>(Monster::VT_TESTBOOL, static_cast<uint8_t>(testbool), 0);
1794 bool testbool = false,
1872 builder_.add_testbool(testbool);
1894 bool testbool = false,
1962 testbool,
2433 { auto _e = testbool(); _o->testbool = _e; };
2497 auto _testbool = _o->testbool;