Searched refs:UnionPackSignature (Results 1 – 1 of 1) sorted by relevance
474 static std::string UnionPackSignature(const EnumDef &enum_def, bool inclass) { in UnionPackSignature() function in flatbuffers::cpp::CppGenerator672 code_ += " " + UnionPackSignature(enum_def, true) + ";"; in GenEnum()770 code_ += "inline " + UnionPackSignature(enum_def, false) + " {"; in GenUnionPost()