Home
last modified time | relevance | path

Searched defs:GenTypeBasic (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_swift.cpp1903 std::string GenTypeBasic(const Type &type) const { in GenTypeBasic() function in flatbuffers::swift::SwiftGenerator
1911 std::string GenTypeBasic(const Type &type, bool can_override) const { in GenTypeBasic() function in flatbuffers::swift::SwiftGenerator
H A Didl_gen_csharp.cpp242 std::string GenTypeBasic(const Type &type, bool enableLangOverrides) const { in GenTypeBasic() function in flatbuffers::csharp::CSharpGenerator
262 inline std::string GenTypeBasic(const Type &type) const { in GenTypeBasic() function in flatbuffers::csharp::CSharpGenerator
H A Didl_gen_lobster.cpp91 std::string GenTypeBasic(const Type &type) { in GenTypeBasic() function in flatbuffers::lobster::LobsterGenerator
H A Didl_gen_php.cpp866 static std::string GenTypeBasic(const Type &type) { in GenTypeBasic() function in flatbuffers::php::PhpGenerator
H A Didl_gen_lua.cpp619 std::string GenTypeBasic(const Type &type) { in GenTypeBasic() function in flatbuffers::lua::LuaGenerator
H A Didl_gen_java.cpp218 std::string GenTypeBasic(const Type &type) const { in GenTypeBasic() function in flatbuffers::java::JavaGenerator
H A Didl_gen_go.cpp1220 std::string GenTypeBasic(const Type &type) { in GenTypeBasic() function in flatbuffers::go::GoGenerator
H A Didl_gen_kotlin.cpp151 static std::string GenTypeBasic(const BaseType &type) { in GenTypeBasic() function in flatbuffers::kotlin::KotlinGenerator
H A Didl_gen_python.cpp1652 std::string GenTypeBasic(const Type &type) const { in GenTypeBasic() function in flatbuffers::python::PythonGenerator
H A Didl_gen_cpp.cpp730 std::string GenTypeBasic(const Type &type, bool user_facing_type) const { in GenTypeBasic() function in flatbuffers::cpp::CppGenerator