Searched refs:TableUnPackSignature (Results 1 – 1 of 1) sorted by relevance
503 static std::string TableUnPackSignature(const StructDef &struct_def, in TableUnPackSignature() function in flatbuffers::cpp::CppGenerator1217 code_ += " " + TableUnPackSignature(struct_def, true) + ";"; in GenTable()1614 code_ += "inline " + TableUnPackSignature(struct_def, false) + " {"; in GenTablePost()