Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_lobster.cpp79 std::string GenMethod(const Type &type) { in GenMethod() function in flatbuffers::lobster::LobsterGenerator
199 "):\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()
Didl_gen_lua.cpp395 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
Didl_gen_kotlin.cpp345 static std::string GenMethod(const Type &type) { in GenMethod() function in flatbuffers::kotlin::KotlinGenerator
392 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()
Didl_gen_java.cpp414 std::string GenMethod(const Type &type) const { in GenMethod() function in flatbuffers::java::JavaGenerator
489 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()
856 static std::string GenMethod(const FieldDef &field) { in GenMethod() function in flatbuffers::php::PhpGenerator
Didl_gen_csharp.cpp368 std::string GenMethod(const Type &type) const { in GenMethod() function in flatbuffers::csharp::CSharpGenerator
446 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()
Didl_gen_go.cpp527 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
Didl_gen_python.cpp496 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