Home
last modified time | relevance | path

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

12

/third_party/rust/crates/io-lifetimes/examples/
Downing-wrapper.rs34 struct Thing { struct
39 impl AsFd for Thing { implementation
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
DrecursiveClassReferenceTest.js135 StartFindAction.prototype.run = function (Thing) { argument
147 (function (Thing) { argument
179 (function (Thing) { argument
DimportAliasFromNamespace.js38 (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
DcollisionCodeGenEnumWithEnumMemberConflict.ts3 Thing = Color enumerator
DlastPropertyInLiteralWins.ts1 interface Thing { interface
DimportShouldNotBeElidedInDeclarationEmit.ts5 export type Thing = { alias
DdiscriminateObjectTypesOnly.ts2 type Thing = number | object; alias
DcomplexClassRelationships.ts18 class Thing { class
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-1514.rs10 pub struct Thing { struct
15 pub struct Thing_Inner<T> { argument
Dconstify-module-enums-types.rs279 pub struct Thing<T> { struct
283 impl<T> Default for Thing<T> { argument
/third_party/typescript/tests/cases/conformance/externalModules/
Dumd7.ts5 declare function Thing(): number; function
Dumd9.ts6 declare class Thing { class
Dumd6.ts5 declare namespace Thing { namespace
Dumd8.ts5 declare class Thing { class
/third_party/typescript/tests/cases/conformance/salsa/
DcontextualTypedSpecialAssignment.ts27 class Thing { class
/third_party/rust/crates/tracing/tracing-attributes/tests/
Dasync_fn.rs363 struct Thing { in out_of_scope_fields() struct
364 metrics: Arc<()>, in out_of_scope_fields()
367 impl Thing { in out_of_scope_fields() implementation
/third_party/rust/crates/cxx/tests/ui/
Dmut_return.rs8 type Thing; typedef

12