| /third_party/typescript/tests/baselines/reference/ |
| D | inDoesNotOperateOnPrimitiveTypes.js | 73 var alsoValidHasKey = function (thing, key) { argument 76 function invalidHasKey(thing, key) { argument 79 function union1(thing) { argument 82 function union2(thing) { argument 88 function union3(thing) { argument 94 function union4(thing) { argument 111 function intersection1(thing) { argument 114 function intersection2(thing) { argument
|
| D | jsDeclarationsTypeReferences.js | 12 const thing = new Something(); constant 15 thing field 22 var thing = new Something(); variable 24 thing: thing property 30 export const thing: Something; constant
|
| D | jsDeclarationsTypeReferences2.js | 12 const thing = a + m constant 15 thing field 29 var thing = a + m; variable 31 thing: thing property 41 export const thing: number; constant
|
| D | jsDeclarationsTypeReferences3.js | 13 thing: new Something() property 22 thing: new Something() property 30 const thing: Something; constant
|
| D | nodeModulesResolveJsonModule(module=node16).js | 7 export const thing = ns; constant 13 export const thing = ns; constant 19 export const thing = ns; constant 40 export const thing = ns; constant 81 export const thing = ns; constant
|
| D | nodeModulesResolveJsonModule(module=nodenext).js | 7 export const thing = ns; constant 13 export const thing = ns; constant 19 export const thing = ns; constant 40 export const thing = ns; constant 81 export const thing = ns; constant
|
| D | doubleUnderscoreReactNamespace.js | 8 const thing = <__foot />; constant 16 var thing = __make(__foot, null); variable
|
| D | mappedTypeWithAsClauseAndLateBoundProperty2.js | 2 export const thing = (null as any as { [K in keyof number[] as Exclude<K, "length">]: (number[])[K]… constant 6 export const thing = null; constant
|
| D | typeInferenceTypePredicate2.js | 9 .filter(function (thing) { return thing !== null; }) argument 10 .map(function (thing) { return thing.toString(); }); argument
|
| D | privateNameAndAny.js | 42 method(thing) { argument 49 methodU(thing) { argument 56 methodN(thing) { argument
|
| D | classExtendingClass.js | 4 thing() { } method in C 20 thing(x: T) { } method in C2 53 C.prototype.thing = function () { }; method in C 72 C2.prototype.thing = function (x) { }; method in C2
|
| D | deeplyNestedAssignabilityIssue.js | 23 thing: {} property 38 thing: {} property
|
| D | jsDeclarationsExportAssignmentExpressionPlusSecondary.js | 7 thing: "ok", property 22 thing: "ok", property
|
| D | nodeNextPackageSelfNameWithOutDirDeclDirComposite.js | 25 export function thing() { } function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | declarationEmitUnnessesaryTypeReferenceNotAdded.ts | 8 declare namespace thing { namespace 11 declare function thing(x: any): thing.ParsedArgs; function 20 declare const thing: any; constant
|
| D | jsdocTypeGenericInstantiationAttempt.ts | 8 function thing(list) { function
|
| D | nodeNextPackageSelfNameWithOutDir.ts | 16 export function thing(): void {} function
|
| D | nodeNextPackageSelfNameWithOutDirRootDir.ts | 17 export function thing(): void {} function
|
| D | nodeNextPackageSelfNameWithOutDirDeclDirComposite.ts | 26 export function thing(): void {} function
|
| /third_party/typescript/tests/cases/conformance/node/ |
| D | nodeModulesResolveJsonModule.ts | 9 export const thing = ns; constant 15 export const thing = ns; constant 21 export const thing = ns; constant
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| D | statusor_test.cc | 72 StatusOr<int> thing; in TEST() local 78 StatusOr<int> thing(Status::CANCELLED); in TEST() local 85 StatusOr<int> thing(kI); in TEST() local 160 StatusOr<int> thing(kI); in TEST() local 166 const StatusOr<int> thing(kI); in TEST() local 171 StatusOr<int*> thing; in TEST() local 177 StatusOr<int*> thing(Status::CANCELLED); in TEST() local 184 StatusOr<const int*> thing(&kI); in TEST() local 261 StatusOr<const int*> thing(&kI); in TEST() local 267 const StatusOr<const int*> thing(&kI); in TEST() local
|
| /third_party/typescript/tests/cases/conformance/classes/classDeclarations/classHeritageSpecification/ |
| D | classExtendingClass.ts | 3 thing() { } method in C 19 thing(x: T) { } method in C2
|
| /third_party/typescript/tests/cases/conformance/classes/ |
| D | mixinClassesAnonymous.ts | 36 const thing = new Thing1(1, 2, 3); constant 42 const thing = new Thing2(1, 2, 3); constant
|
| D | mixinClassesAnnotated.ts | 47 const thing = new Thing1(1, 2, 3); constant 53 const thing = new Thing2(1, 2, 3); constant
|
| /third_party/rust/crates/io-lifetimes/examples/ |
| D | owning-wrapper.rs | 130 let thing = Thing::from_into_fd(file); in main() localVariable 139 let thing = Thing::from_into_handle(file); in main() localVariable 148 let thing = Thing::from_into_filelike(file); in main() localVariable
|