Searched refs:GetTypeBasic (Results 1 – 1 of 1) sorted by relevance
506 std::string GetTypeBasic(const Type &type) const { in GetTypeBasic() function in flatbuffers::rust::RustGenerator563 return GetTypeBasic(type); } in GetTypeGet()772 const auto typname = GetTypeBasic(type); in TableBuilderArgsDefnType()799 const auto typname = GetTypeBasic(type.VectorType()); in TableBuilderArgsDefnType()846 const std::string basetype = GetTypeBasic(field.value.type); in TableBuilderAddFuncDefaultValue()872 const auto typname = GetTypeBasic(type.VectorType()); in TableBuilderArgsAddFuncType()909 const auto typname = GetTypeBasic(type); in TableBuilderArgsAddFuncType()937 const auto typname = GetTypeBasic(field.value.type); in TableBuilderArgsAddFuncBody()946 const auto underlying_typname = GetTypeBasic(type); in TableBuilderArgsAddFuncBody()983 const auto typname = GetTypeBasic(type); in GenTableAccessorFuncReturnType()[all …]