Lines Matching refs:testbool
1283 bool testbool = false;
1515 bool testbool() const {
1996 void add_testbool(bool testbool) {
1997 fbb_.AddElement<uint8_t>(Monster::VT_TESTBOOL, static_cast<uint8_t>(testbool), 0);
2165 bool testbool = false,
2271 builder_.add_testbool(testbool);
2293 bool testbool = false,
2377 testbool,
2884 (lhs.testbool == rhs.testbool) &&
2949 testbool(o.testbool),
3016 std::swap(testbool, o.testbool);
3087 { auto _e = testbool(); _o->testbool = _e; }
3158 auto _testbool = _o->testbool;