Home | History | Annotate | Download | only in tests

Lines Matching defs:testarrayofsortedstruct

1044   std::vector<Ability> testarrayofsortedstruct;
1112 (lhs.testarrayofsortedstruct == rhs.testarrayofsortedstruct) &&
1375 const flatbuffers::Vector<const Ability *> *testarrayofsortedstruct() const {
1556 verifier.VerifyVector(testarrayofsortedstruct()) &&
1708 void add_testarrayofsortedstruct(flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarrayofsortedstruct) {
1709 fbb_.AddOffset(Monster::VT_TESTARRAYOFSORTEDSTRUCT, testarrayofsortedstruct);
1808 flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarrayofsortedstruct = 0,
1848 builder_.add_testarrayofsortedstruct(testarrayofsortedstruct);
1908 const std::vector<Ability> *testarrayofsortedstruct = nullptr,
1935 auto testarrayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfStructs<Ability>(*testarrayofsortedstruct) : 0;
2448 { 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); } } };
2511 auto _testarrayofsortedstruct = _o->testarrayofsortedstruct.size() ? _fbb.CreateVectorOfStructs(_o->testarrayofsortedstruct) : 0;
3286 "testarrayofsortedstruct",