Searched refs:GenMethod (Results 1 – 6 of 6) sorted by relevance
73 std::string GenMethod(const Type &type) { in GenMethod() function in flatbuffers::lobster::LobsterGenerator188 "):\n b_.Prepend" + GenMethod(field.value.type) + "Slot(" + in GenTableBuilders()209 GenMethod(vector_type) + in GenTableBuilders()311 code += " b_.Prepend" + GenMethod(field.value.type) + "(" + in StructBuilderBody()
417 code += " builder.Prepend" + GenMethod(field) + "("; in StructBuilderBody()449 code += GenMethod(field) + "Slot("; in BuildFieldOfTable()614 std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::python::PythonGenerator
394 code += std::string(Indent) + "builder:Prepend" + GenMethod(field) + "("; in StructBuilderBody()427 code += GenMethod(field) + "Slot("; in BuildFieldOfTable()597 std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::lua::LuaGenerator
475 code += "\tbuilder.Prepend" + GenMethod(field) + "("; in StructBuilderBody()511 code += GenMethod(field) + "Slot("; in BuildFieldOfTable()731 std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::go::GoGenerator
482 code += Indent + Indent + "$builder->put" + GenMethod(field) + "($"; in StructBuilderBody()566 code += GenMethod(field) + "X("; in BuildFieldOfTable()857 static std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::php::PhpGenerator
654 std::string GenMethod(const Type &type) const { in GenMethod() function in flatbuffers::general::GeneralGenerator704 code += GenMethod(field.value.type) + "("; in GenStructBody()1354 code += GenMethod(field.value.type) + "("; in GenStruct()1386 code += GenMethod(vector_type); in GenStruct()