Home
last modified time | relevance | path

Searched refs:TablePackSignature (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_gen_cpp.cpp492 static std::string TablePackSignature(const StructDef &struct_def, in TablePackSignature() function in flatbuffers::cpp::CppGenerator
1219 code_ += " " + TablePackSignature(struct_def, true) + ";"; in GenTable()
1650 code_ += "inline " + TablePackSignature(struct_def, false) + " {"; in GenTablePost()