Home
last modified time | relevance | path

Searched defs:Unbounded (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h37 enum : uint64_t { Unbounded = -1ull }; enumerator
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts399 type Unbounded = [...Numbers, boolean]; alias
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js1073 var Unbounded = /** @class */ (function () { class
1074 function Unbounded() { class in Unbounded
/third_party/rust/crates/serde/serde/src/de/
Dimpls.rs2446 Unbounded, in deserialize() enumerator