Searched refs:IsOptional (Results 1 – 11 of 11) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 51 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()
|
D | MethodProps.cpp | 274 prop.IsOptional = true; in AddProp32() 282 prop.IsOptional = true; in AddPropBool()
|
/third_party/typescript/tests/cases/compiler/ |
D | propTypeValidatorInference.ts | 5 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/ |
D | propTypeValidatorInference.js | 6 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 …
|
D | propTypeValidatorInference.symbols | 5 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))
|
D | propTypeValidatorInference.types | 5 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/ |
D | update_deps.py | 540 def IsOptional(self, opts): member in GoodRepo 698 if repo.IsOptional(args.optional):
|
/third_party/typescript/tests/lib/ |
D | react16.d.ts | 39 …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/ |
D | MachineVerifier.cpp | 1599 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/ |
D | Target.td | 769 /// 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/ |
D | SIInstrInfo.td | 863 let IsOptional = 1; 871 let IsOptional = 1; 997 let IsOptional = Optional;
|