Home
last modified time | relevance | path

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

123

/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
DprivateNameAndAny.js35 method(thing) { argument
41 methodU(thing) { argument
46 methodN(thing) { argument
DdoubleUnderscoreReactNamespace.js8 const thing = <__foot />; constant
16 var thing = __make(__foot, null); variable
DtypeInferenceTypePredicate2.js9 .filter(function (thing) { return thing !== null; }) argument
10 .map(function (thing) { return thing.toString(); }); 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
DreferenceTypesPreferedToPathIfPossible.js10 export const thing = () => parse(); function
DexportAssignedNamespaceIsVisibleInDeclarationEmit.js11 export const thing = f(); constant
DdisallowLineTerminatorBeforeArrow.js59 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/
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
DobjectLiteralArraySpecialization.ts6 var thing = create([ { name: "bob", id: 24 }, { name: "doug", id: 32 } ]); // should not error variable
DreferenceTypesPreferedToPathIfPossible.ts10 export const thing = () => parse(); constant
DexportAssignedNamespaceIsVisibleInDeclarationEmit.ts10 export const thing = f(); 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
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsTypeReferences.ts15 const thing = new Something(); constant
DjsDeclarationsTypeReferences2.ts16 const thing = a + m constant

123