ONE - On-device Neural Engine
|
#include <flatbuffers.h>
Public Types | |
typedef uint16_t | size_type |
typedef IndirectHelper< IndirectHelperType >::return_type | return_type |
typedef VectorIterator< T, return_type > | const_iterator |
typedef VectorReverseIterator< const_iterator > | const_reverse_iterator |
Public Member Functions | |
FLATBUFFERS_CONSTEXPR uint16_t | size () const |
return_type | Get (uoffset_t i) const |
return_type | operator[] (uoffset_t i) const |
template<typename E > | |
E | GetEnum (uoffset_t i) const |
const_iterator | begin () const |
const_iterator | end () const |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
const_reverse_iterator | crbegin () const |
const_reverse_iterator | crend () const |
flatbuffers::conditional< scalar_tag::value, void, T * >::type | GetMutablePointer (uoffset_t i) const |
void | Mutate (uoffset_t i, const T &val) |
const uint8_t * | Data () const |
uint8_t * | Data () |
const T * | data () const |
T * | data () |
void | CopyFromSpan (flatbuffers::span< const T, length > src) |
Protected Member Functions | |
void | MutateImpl (flatbuffers::integral_constant< bool, true >, uoffset_t i, const T &val) |
void | MutateImpl (flatbuffers::integral_constant< bool, false >, uoffset_t i, const T &val) |
void | CopyFromSpanImpl (flatbuffers::integral_constant< bool, true >, flatbuffers::span< const T, length > src) |
void | CopyFromSpanImpl (flatbuffers::integral_constant< bool, false >, flatbuffers::span< const T, length > src) |
Array () | |
Protected Attributes | |
uint8_t | data_ [length *sizeof(T)] |
Definition at line 451 of file flatbuffers.h.
typedef VectorIterator<T, return_type> flatbuffers::Array< T, length >::const_iterator |
Definition at line 461 of file flatbuffers.h.
typedef VectorReverseIterator<const_iterator> flatbuffers::Array< T, length >::const_reverse_iterator |
Definition at line 462 of file flatbuffers.h.
typedef IndirectHelper<IndirectHelperType>::return_type flatbuffers::Array< T, length >::return_type |
Definition at line 460 of file flatbuffers.h.
typedef uint16_t flatbuffers::Array< T, length >::size_type |
Definition at line 459 of file flatbuffers.h.
|
protected |
|
inline |
Definition at line 479 of file flatbuffers.h.
References flatbuffers::Array< T, length >::Data().
Referenced by flatbuffers::Array< T, length >::cbegin(), and flatbuffers::Array< T, length >::rend().
|
inline |
|
inline |
|
inline |
Definition at line 517 of file flatbuffers.h.
References flatbuffers::Array< T, length >::CopyFromSpanImpl(), flatbuffers::Array< T, length >::Data(), and FLATBUFFERS_ASSERT.
|
inlineprotected |
Definition at line 551 of file flatbuffers.h.
References flatbuffers::Array< T, length >::Mutate().
|
inlineprotected |
Definition at line 541 of file flatbuffers.h.
References flatbuffers::Array< T, length >::data().
Referenced by flatbuffers::Array< T, length >::CopyFromSpan().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 507 of file flatbuffers.h.
References flatbuffers::Array< T, length >::data_.
Referenced by flatbuffers::Array< T, length >::begin(), flatbuffers::Array< T, length >::CopyFromSpan(), flatbuffers::Array< T, length >::data(), flatbuffers::Array< T, length >::data(), flatbuffers::Array< T, length >::end(), and flatbuffers::Array< T, length >::Get().
|
inline |
Definition at line 512 of file flatbuffers.h.
References flatbuffers::Array< T, length >::Data().
Referenced by flatbuffers::Array< T, length >::CopyFromSpanImpl(), flatbuffers::Array< T, length >::GetMutablePointer(), and flatbuffers::Array< T, length >::MutateImpl().
|
inline |
Definition at line 480 of file flatbuffers.h.
References flatbuffers::Array< T, length >::Data(), and flatbuffers::Array< T, length >::size().
Referenced by flatbuffers::Array< T, length >::cend(), and flatbuffers::Array< T, length >::rbegin().
|
inline |
Definition at line 466 of file flatbuffers.h.
References flatbuffers::Array< T, length >::Data(), FLATBUFFERS_ASSERT, flatbuffers::IndirectHelper< T >::Read(), and flatbuffers::Array< T, length >::size().
Referenced by flatbuffers::Array< T, length >::GetEnum(), and flatbuffers::Array< T, length >::operator[]().
|
inline |
|
inline |
Definition at line 497 of file flatbuffers.h.
References flatbuffers::Array< T, length >::data(), FLATBUFFERS_ASSERT, and flatbuffers::Array< T, length >::size().
Referenced by flatbuffers::Array< T, length >::MutateImpl().
|
inline |
Definition at line 504 of file flatbuffers.h.
References flatbuffers::Array< T, length >::MutateImpl().
Referenced by flatbuffers::Array< T, length >::CopyFromSpanImpl().
|
inlineprotected |
Definition at line 536 of file flatbuffers.h.
References flatbuffers::Array< T, length >::GetMutablePointer().
|
inlineprotected |
Definition at line 530 of file flatbuffers.h.
References flatbuffers::Array< T, length >::data(), FLATBUFFERS_ASSERT, and flatbuffers::Array< T, length >::size().
Referenced by flatbuffers::Array< T, length >::Mutate().
|
inline |
|
inline |
Definition at line 482 of file flatbuffers.h.
References flatbuffers::Array< T, length >::end().
Referenced by flatbuffers::Array< T, length >::crbegin().
|
inline |
Definition at line 483 of file flatbuffers.h.
References flatbuffers::Array< T, length >::begin().
Referenced by flatbuffers::Array< T, length >::crend().
|
inline |
Definition at line 464 of file flatbuffers.h.
Referenced by flatbuffers::Array< T, length >::end(), flatbuffers::Array< T, length >::Get(), flatbuffers::Array< T, length >::GetMutablePointer(), and flatbuffers::Array< T, length >::MutateImpl().
|
protected |
Definition at line 571 of file flatbuffers.h.
Referenced by flatbuffers::Array< T, length >::Data(), flatbuffers::Array< T, length >::Data(), and flatbuffers::Array< Offset< T >, length >::Data().