Lines Matching refs:testbool
1163 bool testbool;
1199 testbool(false),
1233 (lhs.testbool == rhs.testbool) &&
1431 bool testbool() const {
1808 void add_testbool(bool testbool) {
1809 fbb_.AddElement<uint8_t>(Monster::VT_TESTBOOL, static_cast<uint8_t>(testbool), 0);
1939 bool testbool = false,
2019 builder_.add_testbool(testbool);
2041 bool testbool = false,
2110 testbool,
2589 { auto _e = testbool(); _o->testbool = _e; }
2654 auto _testbool = _o->testbool;