Lines Matching refs:testempty
467 std::unique_ptr<StatT> testempty;
624 const Stat *testempty() const {
740 verifier.VerifyTable(testempty()) &&
807 void add_testempty(flatbuffers::Offset<Stat> testempty) {
808 fbb_.AddOffset(Monster::VT_TESTEMPTY, testempty);
880 flatbuffers::Offset<Stat> testempty = 0,
909 builder_.add_testempty(testempty);
942 flatbuffers::Offset<Stat> testempty = 0,
972 testempty,
1099 { auto _e = testempty(); if (_e) _o->testempty = std::unique_ptr<StatT>(_e->UnPack(_resolver)); };
1136 auto _testempty = _o->testempty ? CreateStat(_fbb, _o->testempty.get(), _rehasher) : 0;