Searched defs:U4 (Results 1 – 6 of 6) sorted by relevance
33 void Next([MarshalAs(UnmanagedType.U4), In] int celt, in Next()37 void Skip([MarshalAs(UnmanagedType.U4), In] int celt); in Skip()99 string GetDisplayName([MarshalAs(UnmanagedType.U4), In] int lcid); in GetDisplayName()102 string GetDescription([MarshalAs(UnmanagedType.U4), In] int lcid); in GetDescription()
4 type U4 = | new (foo?: number) => void; alias
4 type U4 = | (foo?: number) => void; alias
51 type U4 = A & B | B & C; // never alias
197 type U4 = {a4:A} | {b4:A} | {c4:A} | {d4:A} | {e4:A} | {f4:A} | {g4:A} | {h4:A} | {i4:A} | {j4:A}; alias