Go to the source code of this file.
|
size_t | flatbuffers::InlineSize (ElementaryType type, const TypeTable *type_table) |
|
int64_t | flatbuffers::LookupEnum (int64_t enum_val, const int64_t *values, size_t num_values) |
|
template<typename T > |
const char * | flatbuffers::EnumName (T tval, const TypeTable *type_table) |
|
void | flatbuffers::IterateObject (const uint8_t *obj, const TypeTable *type_table, IterationVisitor *visitor) |
|
void | flatbuffers::IterateValue (ElementaryType type, const uint8_t *val, const TypeTable *type_table, const uint8_t *prev_val, soffset_t vector_index, IterationVisitor *visitor) |
|
void | flatbuffers::IterateFlatBuffer (const uint8_t *buffer, const TypeTable *type_table, IterationVisitor *callback) |
|
std::string | flatbuffers::FlatBufferToString (const uint8_t *buffer, const TypeTable *type_table, bool multi_line=false, bool vector_delimited=true) |
|