Searched refs:GenMethod (Results 1 – 8 of 8) sorted by relevance
79 std::string GenMethod(const Type &type) { in GenMethod() function in flatbuffers::lobster::LobsterGenerator199 "):\n b_.Prepend" + GenMethod(field.value.type) + "Slot(" + in GenTableBuilders()227 GenMethod(vector_type) + in GenTableBuilders()327 code += " b_.Prepend" + GenMethod(field.value.type) + "(" + in StructBuilderBody()
395 std::string(Indent) + "builder:Prepend" + GenMethod(field) + "("; in StructBuilderBody()427 code += GenMethod(field) + "Slot("; in BuildFieldOfTable()591 std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::lua::LuaGenerator
345 static std::string GenMethod(const Type &type) { in GenMethod() function in flatbuffers::kotlin::KotlinGenerator392 writer.SetValue("type", GenMethod(field.value.type)); in GenStructBody()620 writer.SetValue("root", GenMethod(vector_type)); in GenerateCreateVectorField()655 auto method = GenMethod(field.value.type); in GenerateAddField()
414 std::string GenMethod(const Type &type) const { in GenMethod() function in flatbuffers::java::JavaGenerator489 code += GenMethod(type) + "("; in GenStructBody()1031 code += GenMethod(field.value.type) + "("; in GenStruct()1072 code += GenMethod(vector_type); in GenStruct()
482 code += Indent + Indent + "$builder->put" + GenMethod(field) + "($"; in StructBuilderBody()566 code += GenMethod(field) + "X("; in BuildFieldOfTable()856 static std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::php::PhpGenerator
368 std::string GenMethod(const Type &type) const { in GenMethod() function in flatbuffers::csharp::CSharpGenerator446 code += GenMethod(type) + "("; in GenStructBody()1015 code += GenMethod(field.value.type) + "("; in GenStruct()1044 code += GenMethod(vector_type); in GenStruct()1588 ? "builder.Add" + GenMethod(field.value.type.VectorType()) + in GenPackUnPack_ObjectAPI()
527 code += "\tbuilder.Prepend" + GenMethod(field) + "("; in StructBuilderBody()565 code += GenMethod(field) + "Slot("; in BuildFieldOfTable()1145 std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::go::GoGenerator
496 code += indent + " builder.Prepend" + GenMethod(field) + "("; in StructBuilderBody()533 code += GenMethod(field) + "Slot("; in BuildFieldOfTable()1523 std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::python::PythonGenerator