|
template<typename T > |
FLATBUFFERS_CONSTEXPR size_t | flatbuffers::AlignOf () |
|
uint8_t * | flatbuffers::Allocate (Allocator *allocator, size_t size) |
|
template<typename T , typename Alloc > |
const T * | flatbuffers::data (const std::vector< T, Alloc > &v) |
|
template<typename T , typename Alloc > |
T * | flatbuffers::data (std::vector< T, Alloc > &v) |
|
void | flatbuffers::Deallocate (Allocator *allocator, uint8_t *p, size_t size) |
|
void | flatbuffers::EndianCheck () |
|
voffset_t | flatbuffers::FieldIndexToOffset (voffset_t field_id) |
|
static const char * | flatbuffers::GetCstring (const String *str) |
|
static std::string | flatbuffers::GetString (const String *str) |
|
template<typename T > |
bool | flatbuffers::IsTheSameAs (T e, T def) |
|
uint8_t * | flatbuffers::ReallocateDownward (Allocator *allocator, uint8_t *old_p, size_t old_size, size_t new_size, size_t in_use_back, size_t in_use_front) |
|
static bool | flatbuffers::StringLessThan (const char *a_data, uoffset_t a_size, const char *b_data, uoffset_t b_size) |
|
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) |
|
template<typename T > |
static size_t | flatbuffers::VectorLength (const Vector< T > *v) |
|