| 264 | // Deprecated: use size(). Here for backwards compatibility. |
| 265 | FLATBUFFERS_ATTRIBUTE(deprecated("use size() instead")) |
| 266 | uoffset_t Length() const { return size(); } |
| 267 | |
| 268 | typedef typename IndirectHelper<T>::return_type return_type; |
| 269 | typedef typename IndirectHelper<T>::mutable_return_type mutable_return_type; |