Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_general.cpp232 std::string GenTypeBasic(const Type &type, bool enableLangOverrides) { in GenTypeBasic() function in flatbuffers::general::GeneralGenerator
264 std::string GenTypeBasic(const Type &type) { in GenTypeBasic() function in flatbuffers::general::GeneralGenerator
Didl_gen_php.cpp880 static std::string GenTypeBasic(const Type &type) { in GenTypeBasic() function in flatbuffers::php::PhpGenerator
Didl_gen_python.cpp548 static std::string GenTypeBasic(const Type &type) { in GenTypeBasic() function
Didl_gen_go.cpp678 static std::string GenTypeBasic(const Type &type) { in GenTypeBasic() function
Didl_gen_cpp.cpp296 std::string GenTypeBasic(const Type &type, bool user_facing_type) const { in GenTypeBasic() function in flatbuffers::cpp::CppGenerator