Home
last modified time | relevance | path

Searched defs:TypeData (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLASTNode.h186 struct TypeData { struct
187 TypeData() {} in TypeData() argument
189 TypeData(StringFragment name, bool isStructDeclaration, bool isNullable) in TypeData() function
194 StringFragment fName;
195 bool fIsStructDeclaration;
196 bool fIsNullable;
/third_party/glib/gobject/
Dgtype.c171 typedef union _TypeData TypeData; typedef