Lines Matching refs:testempty
1162 flatbuffers::unique_ptr<MyGame::Example::StatT> testempty;
1232 (lhs.testempty == rhs.testempty) &&
1425 const MyGame::Example::Stat *testempty() const {
1677 verifier.VerifyTable(testempty()) &&
1805 void add_testempty(flatbuffers::Offset<MyGame::Example::Stat> testempty) {
1806 fbb_.AddOffset(Monster::VT_TESTEMPTY, testempty);
1938 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0,
2004 builder_.add_testempty(testempty);
2040 flatbuffers::Offset<MyGame::Example::Stat> testempty = 0,
2109 testempty,
2588 …{ auto _e = testempty(); if (_e) _o->testempty = flatbuffers::unique_ptr<MyGame::Example::StatT>(_…
2653 auto _testempty = _o->testempty ? CreateStat(_fbb, _o->testempty.get(), _rehasher) : 0;