Home | History | Annotate | Download | only in tests

Lines Matching full:testarrayofsortedstruct

598   std::vector<Ability> testarrayofsortedstruct;
852 const flatbuffers::Vector<const Ability *> *testarrayofsortedstruct() const {
937 verifier.Verify(testarrayofsortedstruct()) &&
1054 void add_testarrayofsortedstruct(flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarrayofsortedstruct) {
1055 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct);
1115 flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarrayofsortedstruct = 0,
1131 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct);
1189 const std::vector<const Ability *> *testarrayofsortedstruct = nullptr,
1225 testarrayofsortedstruct ? _fbb.CreateVector<const Ability *>(*testarrayofsortedstruct) : 0,
1636 { auto _e = testarrayofsortedstruct(); if (_e) { _o->testarrayofsortedstruct.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < _e->size(); _i++) { _o->testarrayofsortedstruct[_i] = *_e->Get(_i); } } };
1680 auto _testarrayofsortedstruct = _o->testarrayofsortedstruct.size() ? _fbb.CreateVectorOfStructs(_o->testarrayofsortedstruct) : 0;
2157 "testarrayofsortedstruct",