Home
last modified time | relevance | path

Searched defs:infer (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes2.ts20 type Weird = any extends infer U ? U : never; alias
21 type AlsoWeird = unknown extends infer U ? U : never; alias
/third_party/typescript/tests/cases/compiler/
DconditionalTypeAssignabilityWhenDeferred.ts64 const o2: [T] extends [[infer U]] ? U : { b: number } = o; constant
DconvertClassExpressionToFunctionFromObjectProperty2.ts177 infer: class { constant
/third_party/ffmpeg/libavcodec/
Dcbs_mpeg2.c89 #define infer(name, value) do { \ macro
123 #define infer(name, value) do { \ macro
Dcbs_vp9.c321 #define infer(name, value) do { \ macro
383 #define infer(name, value) do { \ macro
Dh265_metadata_bsf.c226 #define SET_OR_INFER(field, value, present_flag, infer) do { \ in h265_metadata_update_sps() argument
Dcbs_av1.c637 #define infer(name, value) do { \ macro
709 #define infer(name, value) do { \ macro
Dcbs_h2645.c331 #define infer(name, value) do { \ macro
415 #define infer(name, value) do { \ macro
/third_party/typescript/tests/baselines/reference/
DconvertClassExpressionToFunctionFromObjectProperty1.js178 foo.infer = class { class in foo
532 foo.infer = /** @class */ (function () { function
533 function infer() { function
DtsxLibraryManagedAttributes.js7 type InferredPropTypes<P> = {[K in keyof P]: P[K] extends PropTypeChecker<infer T, infer U> ? PropT… field
DconvertClassExpressionToFunctionFromObjectProperty2.js531 function infer() { function
/third_party/littlefs/scripts/
Dsummary.py242 def infer(results, *, function
/third_party/typescript/src/compiler/
Dscanner.ts117 infer: SyntaxKind.InferKeyword, constant
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs416 let infer = Token![_](ident.span()); in expand_cxx_type_assert_pinned() localVariable
/third_party/python/Tools/clinic/
Dclinic.py3988 def infer(self, line): member in IndentStack
/third_party/node/tools/lint-md/
Dlint-md.mjs18948 function infer(node) { function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81663 static nsIAtom* infer; member in nsGkAtoms