Searched refs:GenConstant (Results 1 – 1 of 1) sorted by relevance
294 code += "\treturn " + GenConstant(field) + "\n"; in GetScalarFieldOfTable()520 code += ", " + GenConstant(field); in BuildFieldOfTable()772 std::string GenConstant(const FieldDef &field) { in GenConstant() function in flatbuffers::go::GoGenerator