Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_lobster.cpp79 std::string GenMethod(const Type &type) { in GenMethod() function in flatbuffers::lobster::LobsterGenerator
202 "):\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()
Didl_gen_lua.cpp411 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
Didl_gen_java.cpp410 std::string GenMethod(const Type &type) const { in GenMethod() function in flatbuffers::java::JavaGenerator
485 code += GenMethod(type) + "("; in GenStructBody()
1031 code += GenMethod(field.value.type) + "("; in GenStruct()
1072 code += GenMethod(vector_type); in GenStruct()
Didl_gen_php.cpp482 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
Didl_gen_kotlin.cpp380 static std::string GenMethod(const Type &type) { in GenMethod() function in flatbuffers::kotlin::KotlinGenerator
427 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()
Didl_gen_csharp.cpp376 std::string GenMethod(const Type &type) const { in GenMethod() function in flatbuffers::csharp::CSharpGenerator
455 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()
Didl_gen_go.cpp540 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
Didl_gen_python.cpp536 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