Home
last modified time | relevance | path

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

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