| 391 | s += "]"; |
| 392 | } |
| 393 | void Element(size_t i, ElementaryType /*type*/, |
| 394 | const TypeTable * /*type_table*/, const uint8_t * /*val*/) { |
| 395 | if (i) { |
| 396 | s += ","; |
| 397 | if (vector_delimited) { |
| 398 | s += d; |
| 399 | append_indent(); |
| 400 | } else { |
| 401 | s += " "; |
| 402 | } |
| 403 | } |
| 404 | } |
| 405 | }; |
| 406 | |
| 407 | inline std::string FlatBufferToString(const uint8_t *buffer, |