Searched refs:GenTypePointer (Results 1 – 9 of 9) sorted by relevance
630 std::string GenTypePointer(const Type &type) { in GenTypePointer() function in flatbuffers::lua::LuaGenerator642 return IsScalar(type.base_type) ? GenTypeBasic(type) : GenTypePointer(type); in GenTypeGet()
655 std::string GenTypePointer(const Type &type) const { in GenTypePointer() function in flatbuffers::cpp::CppGenerator683 return "const " + GenTypePointer(type) + " *"; in GenTypeWire()685 return "flatbuffers::Offset<" + GenTypePointer(type) + ">" + postfix; in GenTypeWire()695 return GenTypePointer(type); in GenTypeSize()828 : GenTypePointer(element_type)) + in GenTypeGet()831 return beforeptr + GenTypePointer(type) + afterptr; in GenTypeGet()
426 code += "obj " + GenTypePointer(field.value.type) + ") bool "; in GetUnionField()1178 std::string GenTypePointer(const Type &type) { in GenTypePointer() function in flatbuffers::go::GoGenerator1191 return IsScalar(type.base_type) ? GenTypeBasic(type) : GenTypePointer(type); in GenTypeGet()
897 static std::string GenTypePointer(const Type &type) { in GenTypePointer() function in flatbuffers::php::PhpGenerator909 return IsScalar(type.base_type) ? GenTypeBasic(type) : GenTypePointer(type); in GenTypeGet()
153 std::string GenTypePointer(const Type &type) const { in GenTypePointer() function in flatbuffers::java::JavaGenerator167 : GenTypePointer(type)); in GenTypeGet()
150 std::string GenTypePointer(const Type &type) const { in GenTypePointer() function in flatbuffers::csharp::CSharpGenerator164 : GenTypePointer(type)); in GenTypeGet()1034 code += GenTypePointer(field.value.type) + ".Pack(builder, " + in GenStruct()
153 std::string GenTypePointer(const Type &type) const { in GenTypePointer() function in flatbuffers::kotlin::KotlinGenerator182 : GenTypePointer(type); in GenTypeGet()
1493 : GenTypePointer(type, should_consider_suffix)); in GenType()1496 std::string GenTypePointer(const Type &type, in GenTypePointer() function in flatbuffers::swift::SwiftGenerator
1666 std::string GenTypePointer(const Type &type) { in GenTypePointer() function in flatbuffers::python::PythonGenerator1678 return IsScalar(type.base_type) ? GenTypeBasic(type) : GenTypePointer(type); in GenTypeGet()