Home
last modified time | relevance | path

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

/third_party/typescript/tests/lib/
Dreact16.d.ts39 …export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null … alias
/third_party/typescript/tests/cases/compiler/
DpropTypeValidatorInference.ts5 export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null e… alias
/third_party/flatbuffers/include/flatbuffers/
Didl.h310 bool IsOptional() const { in IsOptional() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1599 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local