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