Searched defs:TypeData (Results 1 – 3 of 3) sorted by relevance
186 struct TypeData { struct187 TypeData() {} in TypeData() argument189 TypeData(StringFragment name, bool isStructDeclaration, bool isNullable) in TypeData() argument194 StringFragment fName;195 bool fIsStructDeclaration;196 bool fIsNullable;
2879 struct TypeData struct in vkt::SpirVAssembly::__anon092f1a8c0111::TestGroupBuilderBase2881 TypeValuesSP values;2882 TypeSnippetsSP snippets;2883 TypeTestResultsSP testResults;
171 typedef union _TypeData TypeData; typedef