Searched refs:GenMethod (Results 1 – 8 of 8) sorted by relevance
79 std::string GenMethod(const Type &type) { in GenMethod() function in flatbuffers::lobster::LobsterGenerator202 "):\n b_.Prepend" + GenMethod(field.value.type) + "Slot(" + in GenTableBuilders()230 GenMethod(vector_type) + in GenTableBuilders()330 code += " b_.Prepend" + GenMethod(field.value.type) + "(" + in StructBuilderBody()
411 std::string(Indent) + "builder:Prepend" + GenMethod(field) + "("; in StructBuilderBody()443 code += GenMethod(field) + "Slot("; in BuildFieldOfTable()611 std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::lua::LuaGenerator
410 std::string GenMethod(const Type &type) const { in GenMethod() function in flatbuffers::java::JavaGenerator485 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()854 static std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::php::PhpGenerator
380 static std::string GenMethod(const Type &type) { in GenMethod() function in flatbuffers::kotlin::KotlinGenerator427 writer.SetValue("type", GenMethod(field.value.type)); in GenStructBody()668 writer.SetValue("root", GenMethod(vector_type)); in GenerateCreateVectorField()712 auto method = GenMethod(field.value.type); in GenerateAddField()
376 std::string GenMethod(const Type &type) const { in GenMethod() function in flatbuffers::csharp::CSharpGenerator455 code += GenMethod(type) + "("; in GenStructBody()1072 code += GenMethod(field.value.type) + "("; in GenStruct()1106 code += GenMethod(vector_type); in GenStruct()1659 ? "builder.Add" + GenMethod(field.value.type.VectorType()) + in GenPackUnPack_ObjectAPI()
540 code += "\tbuilder.Prepend" + GenMethod(field) + "("; in StructBuilderBody()578 code += GenMethod(field) + "Slot("; in BuildFieldOfTable()1160 std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::go::GoGenerator
536 code += indent + " builder.Prepend" + GenMethod(field) + "("; in StructBuilderBody()576 code += GenMethod(field) + "Slot("; in BuildFieldOfTable()1646 std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::python::PythonGenerator