Home
last modified time | relevance | path

Searched refs:IsOptional (Results 1 – 11 of 11) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DMethodProps.h51 bool IsOptional; member
53 CProp(): IsOptional(false) {} in CProp()
65 if (!Props[i].IsOptional) in AreThereNonOptionalProps()
77 prop.IsOptional = true; in AddProp_Ascii()
318 prop.IsOptional = true; in AddProp_BlockSize2()
DMethodProps.cpp274 prop.IsOptional = true; in AddProp32()
282 prop.IsOptional = true; in AddPropBool()
/third_party/typescript/tests/cases/compiler/
DpropTypeValidatorInference.ts5 export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null e… alias
7 …K in keyof V]-?: Exclude<V[K], undefined> extends Validator<infer T> ? IsOptional<T> extends true …
/third_party/typescript/tests/baselines/reference/
DpropTypeValidatorInference.js6 export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null e…
8 …K in keyof V]-?: Exclude<V[K], undefined> extends Validator<infer T> ? IsOptional<T> extends true …
DpropTypeValidatorInference.symbols5 export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null e…
6 >IsOptional : Symbol(IsOptional, Decl(index.d.ts, 0, 44))
12 …K in keyof V]-?: Exclude<V[K], undefined> extends Validator<infer T> ? IsOptional<T> extends true …
22 >IsOptional : Symbol(IsOptional, Decl(index.d.ts, 0, 44))
DpropTypeValidatorInference.types5 export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null e…
6 >IsOptional : IsOptional<T>
14 …K in keyof V]-?: Exclude<V[K], undefined> extends Validator<infer T> ? IsOptional<T> extends true …
/third_party/vulkan-loader/scripts/
Dupdate_deps.py540 def IsOptional(self, opts): member in GoodRepo
698 if repo.IsOptional(args.optional):
/third_party/typescript/tests/lib/
Dreact16.d.ts39 …export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null … alias
41 …export type RequiredKeys<V> = { [K in keyof V]: V[K] extends Validator<infer T> ? IsOptional<T> ex…
/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
1600 if (!IsOptional) { in visitMachineOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td769 /// marked as IsOptional.
772 bit IsOptional = 0;
776 /// IsOptional == 1. If not set, this will default to "defaultFooOperands",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td863 let IsOptional = 1;
871 let IsOptional = 1;
997 let IsOptional = Optional;