Searched defs:GenType (Results 1 – 7 of 7) sorted by relevance
60 std::string GenType(const std::string &name) { in GenType() function64 std::string GenType(const Type &type) { in GenType() function
26 static std::string GenType(const Type &type, bool underlying = false) { in GenType() function
796 std::string GenType(const Type &type) const { in GenType() function in flatbuffers::swift::SwiftGenerator
310 static std::string GenType(const Type &type) { in GenType() function in flatbuffers::dart::DartGenerator
375 static std::string GenType(const Type &type) { in GenType() function in flatbuffers::jsts::JsTsGenerator
703 for (const auto *GenType : Records.getAllDerivedDefinitions("GenericType")) { in EmitQualTypeFinder() local
257 inline TType *GenType(TType *type, int size) in GenType() function