MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Element

Method Element

Libs/flatbuffers/minireflect.h:393–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
407inline std::string FlatBufferToString(const uint8_t *buffer,

Callers 1

IterateObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected