Lines Matching refs:testarrayofbools
1284 std::vector<bool> testarrayofbools{};
1536 const flatbuffers::Vector<uint8_t> *testarrayofbools() const {
1773 verifier.VerifyVector(testarrayofbools()) &&
1930 void add_testarrayofbools(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools) {
1931 fbb_.AddOffset(Monster::VT_TESTARRAYOFBOOLS, testarrayofbools);
2057 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> testarrayofbools = 0,
2118 builder_.add_testarrayofbools(testarrayofbools);
2169 const std::vector<uint8_t> *testarrayofbools = nullptr,
2205 auto testarrayofbools__ = testarrayofbools ? _fbb.CreateVector<uint8_t>(*testarrayofbools) : 0;
2743 (lhs.testarrayofbools == rhs.testarrayofbools) &&
2800 testarrayofbools(o.testarrayofbools),
2859 std::swap(testarrayofbools, o.testarrayofbools);
2923 …testarrayofbools(); if (_e) { _o->testarrayofbools.resize(_e->size()); for (flatbuffers::uoffset_t…
2992 …auto _testarrayofbools = _o->testarrayofbools.size() ? _fbb.CreateVector(_o->testarrayofbools) : 0;