|
ONE - On-device Neural Engine
|
#include "flatbuffers/base.h"#include "flatbuffers/buffer.h"#include "flatbuffers/stl_emulation.h"Go to the source code of this file.
Data Structures | |
| struct | flatbuffers::VectorIterator< T, IT, Data, SizeT > |
| struct | flatbuffers::VectorReverseIterator< Iterator > |
| class | flatbuffers::Vector< T, SizeT > |
| class | flatbuffers::VectorOfAny |
Namespaces | |
| namespace | flatbuffers |
Typedefs | |
| template<typename T , typename IT , typename SizeT = uoffset_t> | |
| using | flatbuffers::VectorConstIterator = VectorIterator< T, IT, const uint8_t *, SizeT > |
| template<typename T > | |
| using | flatbuffers::Vector64 = Vector< T, uoffset64_t > |
Functions | |
| template<class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span< U > | flatbuffers::make_span (Vector< U > &vec) FLATBUFFERS_NOEXCEPT |
| template<class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span< const U > | flatbuffers::make_span (const Vector< U > &vec) FLATBUFFERS_NOEXCEPT |
| template<class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span< uint8_t > | flatbuffers::make_bytes_span (Vector< U > &vec) FLATBUFFERS_NOEXCEPT |
| template<class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span< const uint8_t > | flatbuffers::make_bytes_span (const Vector< U > &vec) FLATBUFFERS_NOEXCEPT |
| template<class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span< U > | flatbuffers::make_span (Vector< U > *ptr) FLATBUFFERS_NOEXCEPT |
| template<class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span< const U > | flatbuffers::make_span (const Vector< U > *ptr) FLATBUFFERS_NOEXCEPT |
| template<typename T , typename U > | |
| Vector< Offset< T > > * | flatbuffers::VectorCast (Vector< Offset< U > > *ptr) |
| template<typename T , typename U > | |
| const Vector< Offset< T > > * | flatbuffers::VectorCast (const Vector< Offset< U > > *ptr) |