| /third_party/typescript/tests/cases/conformance/types/conditional/ |
| D | inferTypes2.ts | 20 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/ |
| D | conditionalTypeAssignabilityWhenDeferred.ts | 64 const o2: [T] extends [[infer U]] ? U : { b: number } = o; constant
|
| D | convertClassExpressionToFunctionFromObjectProperty2.ts | 177 infer: class { constant
|
| /third_party/ffmpeg/libavcodec/ |
| D | cbs_mpeg2.c | 89 #define infer(name, value) do { \ macro 123 #define infer(name, value) do { \ macro
|
| D | cbs_vp9.c | 321 #define infer(name, value) do { \ macro 383 #define infer(name, value) do { \ macro
|
| D | h265_metadata_bsf.c | 226 #define SET_OR_INFER(field, value, present_flag, infer) do { \ in h265_metadata_update_sps() argument
|
| D | cbs_av1.c | 637 #define infer(name, value) do { \ macro 709 #define infer(name, value) do { \ macro
|
| D | cbs_h2645.c | 331 #define infer(name, value) do { \ macro 415 #define infer(name, value) do { \ macro
|
| /third_party/typescript/tests/baselines/reference/ |
| D | convertClassExpressionToFunctionFromObjectProperty1.js | 178 foo.infer = class { class in foo 532 foo.infer = /** @class */ (function () { function 533 function infer() { function
|
| D | tsxLibraryManagedAttributes.js | 7 type InferredPropTypes<P> = {[K in keyof P]: P[K] extends PropTypeChecker<infer T, infer U> ? PropT… field
|
| D | convertClassExpressionToFunctionFromObjectProperty2.js | 531 function infer() { function
|
| /third_party/littlefs/scripts/ |
| D | summary.py | 242 def infer(results, *, function
|
| /third_party/typescript/src/compiler/ |
| D | scanner.ts | 117 infer: SyntaxKind.InferKeyword, constant
|
| /third_party/rust/crates/cxx/macro/src/ |
| D | expand.rs | 416 let infer = Token); in expand_cxx_type_assert_pinned() localVariable
|
| /third_party/python/Tools/clinic/ |
| D | clinic.py | 3988 def infer(self, line): member in IndentStack
|
| /third_party/node/tools/lint-md/ |
| D | lint-md.mjs | 18948 function infer(node) { function
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 81663 static nsIAtom* infer; member in nsGkAtoms
|