Home
last modified time | relevance | path

Searched refs:IsOptional (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A 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()
H A DMethodProps.cpp274 prop.IsOptional = true; in AddProp32()
282 prop.IsOptional = true; in AddPropBool()
/third_party/typescript/tests/baselines/reference/
H A DpropTypeValidatorInference.js6 export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null extends T ? true : false;
8 export type RequiredKeys<V> = { [K in keyof V]-?: Exclude<V[K], undefined> extends Validator<infer T> ? IsOptional<T> extends true ? never : K : never }[keyof V];
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py560 def IsOptional(self, opts): member in GoodRepo
762 if repo.IsOptional(args.optional):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1599 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local
1600 if (!IsOptional) { in visitMachineOperand()

Completed in 7 milliseconds