Home
last modified time | relevance | path

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

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