Home
last modified time | relevance | path

Searched refs:Wrapped (Results 1 – 25 of 36) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DanonClassDeclarationEmitIsAnon.types3 >wrapClass : (param: any) => typeof Wrapped
6 return class Wrapped {
7 >class Wrapped { foo() { return param; } } : typeof Wrapped
8 >Wrapped : typeof Wrapped
43 >wrapClass : (param: any) => typeof Wrapped
47 >wrapClass(0) : typeof Wrapped
48 >wrapClass : (param: any) => typeof Wrapped
DanonClassDeclarationEmitIsAnon.js5 return class Wrapped { class
58 function Wrapped() { class
60 Wrapped.prototype.foo = function () { class
63 return Wrapped;
DanonClassDeclarationEmitIsAnon.symbols6 return class Wrapped {
7 >Wrapped : Symbol(Wrapped, Decl(wrapClass.ts, 1, 10))
10 >foo : Symbol(Wrapped.foo, Decl(wrapClass.ts, 1, 26))
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlRenderTarget.h81 enum Wrapped { kWrapped }; enum
87 Wrapped);
91 Wrapped);
DGrMtlTexture.h58 enum Wrapped { kWrapped }; enum
63 GrMtlTexture(GrMtlGpu*, Wrapped, const GrSurfaceDesc&, id<MTLTexture>, GrMipMapsStatus,
DGrMtlRenderTarget.mm23 Wrapped)
36 Wrapped)
DGrMtlTexture.mm32 Wrapped,
/third_party/skia/src/gpu/d3d/
DGrD3DRenderTarget.h90 enum Wrapped { kWrapped }; enum
99 Wrapped);
106 Wrapped);
DGrD3DRenderTarget.cpp28 Wrapped) in GrD3DRenderTarget() argument
69 Wrapped) in GrD3DRenderTarget() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate_typedef_transitive_param.hpp4 struct Wrapped { struct
7 using Type = Wrapped;
Dtemplate_alias.hpp6 using Wrapped = T; typedef
11 detail::Wrapped<T> ptr;
Dtemplate_alias_namespace.hpp6 using Wrapped = T; typedef
11 detail::Wrapped<T> ptr;
Dreplaces_double.hpp5 struct Wrapped { struct
8 using Type = Wrapped;
Dtemplate_alias_basic.hpp4 using Wrapped = T; typedef
Dissue-1488-template-alias-new-type.hpp4 using Wrapped = T; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dtemplate_alias_namespace.rs18 pub type Wrapped<T> = T; typedef
23 pub ptr: root::JS::detail::Wrapped<T>,
Dtemplate_alias_basic.rs8 pub type Wrapped<T> = T; typedef
Dissue-1488-template-alias-new-type.rs10 pub struct Wrapped<T>(pub T); struct
/third_party/skia/src/gpu/mtl/
DGrMtlTexture.h64 enum Wrapped { kWrapped }; enum
69 Wrapped,
DGrMtlRenderTarget.h79 enum Wrapped { kWrapped }; enum
84 Wrapped);
DGrMtlTexture.mm41 Wrapped,
/third_party/typescript/tests/cases/compiler/
DanonClassDeclarationEmitIsAnon.ts4 return class Wrapped {
/third_party/skia/src/gpu/mock/
DGrMockTexture.h94 enum Wrapped { kWrapped }; enum
95 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt, in GrMockRenderTarget() argument
/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h87 enum Wrapped { kWrapped }; enum
88 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, const GrSurfaceDesc& desc, int sampleCnt, in GrMockRenderTarget() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp73 bool Wrapped = false; in remapInstruction() local
77 Wrapped = true; in remapInstruction()
82 return Wrapped ? MetadataAsValue::get(C, ValueAsMetadata::get(V)) : V; in remapInstruction()

12