Searched refs:ShortString (Results 1 – 1 of 1) sorted by relevance
273 } ShortString; typedef276 ShortString str;281 ShortString s = { "abc" }; in testArrayStructCopy()282 ShortString s2 = s; in testArrayStructCopy()283 ShortString s3 = s2; in testArrayStructCopy()290 ShortString s4 = s3; in testArrayStructCopy()298 ShortString s = { "abc" }; in testArrayStructCopyNested()299 ShortString s2 = s; in testArrayStructCopyNested()