Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Dohos_context_i.h25 V30 = 30, enumerator
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples2.ts27 type V30<A extends unknown[]> = Tup3<A, string[], number[]>; // [...A, ...(string | number)[]] alias