Home
last modified time | relevance | path

Searched defs:U4 (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs33 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()
/third_party/typescript/tests/cases/compiler/
DunparenthesizedConstructorTypeInUnionOrIntersection.ts4 type U4 = | new (foo?: number) => void; alias
DunparenthesizedFunctionTypeInUnionOrIntersection.ts4 type U4 = | (foo?: number) => void; alias
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts51 type U4 = A & B | B & C; // never alias
DintersectionReduction.ts51 type U4 = A & B | B & C; // never alias
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts197 type U4 = {a4:A} | {b4:A} | {c4:A} | {d4:A} | {e4:A} | {f4:A} | {g4:A} | {h4:A} | {i4:A} | {j4:A}; alias