Lines Matching refs:Ability
31 struct Ability;
58 bool operator==(const Ability &lhs, const Ability &rhs);
627 FLATBUFFERS_MANUALLY_ALIGNED_STRUCT(4) Ability FLATBUFFERS_FINAL_CLASS {
633 Ability() {
634 memset(static_cast<void *>(this), 0, sizeof(Ability));
636 Ability(uint32_t _id, uint32_t _distance)
646 bool KeyCompareLessThan(const Ability *o) const {
659 FLATBUFFERS_STRUCT_END(Ability, 8);
661 inline bool operator==(const Ability &lhs, const Ability &rhs) {
1044 std::vector<Ability> testarrayofsortedstruct;
1375 const flatbuffers::Vector<const Ability *> *testarrayofsortedstruct() const {
1376 return GetPointer<const flatbuffers::Vector<const Ability *> *>(VT_TESTARRAYOFSORTEDSTRUCT);
1378 flatbuffers::Vector<const Ability *> *mutable_testarrayofsortedstruct() {
1379 return GetPointer<flatbuffers::Vector<const Ability *> *>(VT_TESTARRAYOFSORTEDSTRUCT);
1708 …void add_testarrayofsortedstruct(flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarr…
1808 flatbuffers::Offset<flatbuffers::Vector<const Ability *>> testarrayofsortedstruct = 0,
1908 const std::vector<Ability> *testarrayofsortedstruct = nullptr,
1935 …auto testarrayofsortedstruct__ = testarrayofsortedstruct ? _fbb.CreateVectorOfStructs<Ability>(*te…