Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_go.cpp294 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