Home
last modified time | relevance | path

Searched defs:infer (Results 1 – 15 of 15) 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/ffmpeg/libavcodec/
Dcbs_mpeg2.c89 #define infer(name, value) do { \ macro
123 #define infer(name, value) do { \ macro
Dcbs_vp9.c322 #define infer(name, value) do { \ macro
384 #define infer(name, value) do { \ macro
Dh265_metadata_bsf.c225 #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.c333 #define infer(name, value) do { \ macro
417 #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/typescript/tests/cases/compiler/
DconvertClassExpressionToFunctionFromObjectProperty2.ts177 infer: class { constant
/third_party/typescript/src/compiler/
Dscanner.ts114 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.py3858 def infer(self, line): member in IndentStack
/third_party/node/tools/
Dlint-md.mjs52901 function infer(node) { function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81663 static nsIAtom* infer; member in nsGkAtoms