Lines Matching defs:Record
36 struct Record { struct
38 struct PlatformID {
47 } platformID;
49 union EncodingID {
136 } encodingID;
142 union LanguageID {
488 } languageID;
491 union NameID {
521 } nameID;
524 SK_OT_USHORT length;
529 SK_OT_USHORT offset;
562 struct Record { struct
582 SK_COMPILE_ASSERT(sizeof(SkOTTableName::Record) == 12, sizeof_SkOTTableNameRecord_not_12);