Home
last modified time | relevance | path

Searched defs:Thing (Results 1 – 25 of 49) sorted by relevance

12

/third_party/rust/crates/io-lifetimes/examples/
Downing-wrapper.rs34 struct Thing { struct
39 impl AsFd for Thing { argument
48 impl IntoFd for Thing { implementation
65 impl FromFd for Thing { implementation
73 impl From<OwnedFd> for Thing { implementation
81 impl AsHandle for Thing { implementation
90 impl IntoHandle for Thing { implementation
107 impl FromHandle for Thing { implementation
115 impl From<OwnedHandle> for Thing { implementation
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsCommonjsRelativePath.js5 class Thing {} class
6 module.exports = { Thing } field
11 module.exports = { Thing } field
DjsDeclarationsExportAssignedClassExpression.js2 module.exports = class Thing { class
16 function Thing(p) { class
DjsDeclarationsExportSpecifierNonlocal.js4 export class Thing {} class
15 function Thing() { class in Thing
DjavascriptThisAssignmentInStaticBlock.js2 class Thing { class
40 function Thing() { class in Thing
DrecursiveClassReferenceTest.js135 StartFindAction.prototype.run = function (Thing) { argument
147 (function (Thing) { argument
179 (function (Thing) { argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-1514.hpp2 struct Thing { struct
3 struct Inner {
7 struct AnotherInner : Inner {
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsCommonjsRelativePath.ts7 class Thing {} class
12 const Thing = require('./thing').Thing constant
DjsDeclarationsExportAssignedClassExpression.ts7 module.exports = class Thing { class
DjsDeclarationsExportSpecifierNonlocal.ts7 export class Thing {} class
/third_party/typescript/tests/cases/compiler/
DjsEnumTagOnObjectFrozen.ts6 const Thing = Object.freeze({ constant
29 const { Thing, useThing, cbThing } = require("./index"); constant
DjavascriptThisAssignmentInStaticBlock.ts7 class Thing { class
DlastPropertyInLiteralWins.ts1 interface Thing { interface
DcollisionCodeGenEnumWithEnumMemberConflict.ts3 Thing = Color enumerator
DimportShouldNotBeElidedInDeclarationEmit.ts5 export type Thing = { alias
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-1514.rs10 pub struct Thing { struct
15 pub struct Thing_Inner<T> { argument
/third_party/typescript/tests/cases/conformance/externalModules/
Dumd7.ts5 declare function Thing(): number; function
Dumd6.ts5 declare namespace Thing { namespace
Dumd9.ts6 declare class Thing { class
/third_party/typescript/tests/cases/conformance/node/
DnodeModulesExportsSpecifierGenerationPattern.ts12 export interface Thing {} interface
DnodeModulesExportsSourceTs.ts13 export interface Thing {} interface
DlegacyNodeModulesExportsSpecifierGenerationConditions.ts12 export interface Thing {} // not exported in export map, inaccessible under new module modes interface
DnodeModulesExportsSpecifierGenerationConditions.ts12 export interface Thing {} interface
DnodeModulesExportsSpecifierGenerationDirectory.ts12 export interface Thing {} interface
DnodeModulesExportsBlocksSpecifierResolution.ts12 export interface Thing {} interface

12