/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 | privateNameAndAny.js | 35 method(thing) { argument 41 methodU(thing) { argument 46 methodN(thing) { argument
|
D | doubleUnderscoreReactNamespace.js | 8 const thing = <__foot />; constant 16 var thing = __make(__foot, null); variable
|
D | typeInferenceTypePredicate2.js | 9 .filter(function (thing) { return thing !== null; }) argument 10 .map(function (thing) { return thing.toString(); }); 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 | referenceTypesPreferedToPathIfPossible.js | 10 export const thing = () => parse(); function
|
D | exportAssignedNamespaceIsVisibleInDeclarationEmit.js | 11 export const thing = f(); constant
|
D | disallowLineTerminatorBeforeArrow.js | 59 constructor(x: number, thing = () argument 135 function City(x, thing) { argument 136 if (thing === void 0) { thing = function () { return 100; }; } function in anonymousFunctioncf27cb821500.City.City
|
/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 | objectLiteralArraySpecialization.ts | 6 var thing = create([ { name: "bob", id: 24 }, { name: "doug", id: 32 } ]); // should not error variable
|
D | referenceTypesPreferedToPathIfPossible.ts | 10 export const thing = () => parse(); constant
|
D | exportAssignedNamespaceIsVisibleInDeclarationEmit.ts | 10 export const thing = f(); 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
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsTypeReferences.ts | 15 const thing = new Something(); constant
|
D | jsDeclarationsTypeReferences2.ts | 16 const thing = a + m constant
|