Lines Matching refs:testempty
1029 flatbuffers::unique_ptr<StatT> testempty;
1097 (lhs.testempty == rhs.testempty) &&
1285 const Stat *testempty() const {
1537 verifier.VerifyTable(testempty()) &&
1663 void add_testempty(flatbuffers::Offset<Stat> testempty) {
1664 fbb_.AddOffset(Monster::VT_TESTEMPTY, testempty);
1793 flatbuffers::Offset<Stat> testempty = 0,
1858 builder_.add_testempty(testempty);
1893 flatbuffers::Offset<Stat> testempty = 0,
1961 testempty,
2432 …{ auto _e = testempty(); if (_e) _o->testempty = flatbuffers::unique_ptr<StatT>(_e->UnPack(_resolv…
2496 auto _testempty = _o->testempty ? CreateStat(_fbb, _o->testempty.get(), _rehasher) : 0;