Lines Matching refs:testbool
468 bool testbool;
486 testbool(false),
630 bool testbool() const {
810 void add_testbool(bool testbool) {
811 fbb_.AddElement<uint8_t>(Monster::VT_TESTBOOL, static_cast<uint8_t>(testbool), 0);
881 bool testbool = false,
921 builder_.add_testbool(testbool);
943 bool testbool = false,
973 testbool,
1100 { auto _e = testbool(); _o->testbool = _e; };
1137 auto _testbool = _o->testbool;