Home
last modified time | relevance | path

Searched defs:thing (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DinDoesNotOperateOnPrimitiveTypes.js73 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
DjsDeclarationsTypeReferences.js12 const thing = new Something(); constant
15 thing field
22 var thing = new Something(); variable
24 thing: thing property
30 export const thing: Something; constant
DjsDeclarationsTypeReferences2.js12 const thing = a + m constant
15 thing field
29 var thing = a + m; variable
31 thing: thing property
41 export const thing: number; constant
DjsDeclarationsTypeReferences3.js13 thing: new Something() property
22 thing: new Something() property
30 const thing: Something; constant
DnodeModulesResolveJsonModule(module=node16).js7 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
DnodeModulesResolveJsonModule(module=nodenext).js7 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
DdoubleUnderscoreReactNamespace.js8 const thing = <__foot />; constant
16 var thing = __make(__foot, null); variable
DmappedTypeWithAsClauseAndLateBoundProperty2.js2 export const thing = (null as any as { [K in keyof number[] as Exclude<K, "length">]: (number[])[K]… constant
6 export const thing = null; constant
DtypeInferenceTypePredicate2.js9 .filter(function (thing) { return thing !== null; }) argument
10 .map(function (thing) { return thing.toString(); }); argument
DprivateNameAndAny.js42 method(thing) { argument
49 methodU(thing) { argument
56 methodN(thing) { argument
DclassExtendingClass.js4 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
DdeeplyNestedAssignabilityIssue.js23 thing: {} property
38 thing: {} property
DjsDeclarationsExportAssignmentExpressionPlusSecondary.js7 thing: "ok", property
22 thing: "ok", property
DnodeNextPackageSelfNameWithOutDirDeclDirComposite.js25 export function thing() { } function
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitUnnessesaryTypeReferenceNotAdded.ts8 declare namespace thing { namespace
11 declare function thing(x: any): thing.ParsedArgs; function
20 declare const thing: any; constant
DjsdocTypeGenericInstantiationAttempt.ts8 function thing(list) { function
DnodeNextPackageSelfNameWithOutDir.ts16 export function thing(): void {} function
DnodeNextPackageSelfNameWithOutDirRootDir.ts17 export function thing(): void {} function
DnodeNextPackageSelfNameWithOutDirDeclDirComposite.ts26 export function thing(): void {} function
/third_party/typescript/tests/cases/conformance/node/
DnodeModulesResolveJsonModule.ts9 export const thing = ns; constant
15 export const thing = ns; constant
21 export const thing = ns; constant
/third_party/protobuf/src/google/protobuf/stubs/
Dstatusor_test.cc72 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/
DclassExtendingClass.ts3 thing() { } method in C
19 thing(x: T) { } method in C2
/third_party/typescript/tests/cases/conformance/classes/
DmixinClassesAnonymous.ts36 const thing = new Thing1(1, 2, 3); constant
42 const thing = new Thing2(1, 2, 3); constant
DmixinClassesAnnotated.ts47 const thing = new Thing1(1, 2, 3); constant
53 const thing = new Thing2(1, 2, 3); constant
/third_party/rust/crates/io-lifetimes/examples/
Downing-wrapper.rs130 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

1234