/third_party/typescript/tests/baselines/reference/ |
D | anonClassDeclarationEmitIsAnon.types | 3 >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
|
D | anonClassDeclarationEmitIsAnon.js | 5 return class Wrapped { class 58 function Wrapped() { class 60 Wrapped.prototype.foo = function () { class 63 return Wrapped;
|
D | anonClassDeclarationEmitIsAnon.symbols | 6 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/ |
D | GrMtlRenderTarget.h | 81 enum Wrapped { kWrapped }; enum 87 Wrapped); 91 Wrapped);
|
D | GrMtlTexture.h | 58 enum Wrapped { kWrapped }; enum 63 GrMtlTexture(GrMtlGpu*, Wrapped, const GrSurfaceDesc&, id<MTLTexture>, GrMipMapsStatus,
|
D | GrMtlRenderTarget.mm | 23 Wrapped) 36 Wrapped)
|
D | GrMtlTexture.mm | 32 Wrapped,
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.h | 90 enum Wrapped { kWrapped }; enum 99 Wrapped); 106 Wrapped);
|
D | GrD3DRenderTarget.cpp | 28 Wrapped) in GrD3DRenderTarget() argument 69 Wrapped) in GrD3DRenderTarget() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | template_typedef_transitive_param.hpp | 4 struct Wrapped { struct 7 using Type = Wrapped;
|
D | template_alias.hpp | 6 using Wrapped = T; typedef 11 detail::Wrapped<T> ptr;
|
D | template_alias_namespace.hpp | 6 using Wrapped = T; typedef 11 detail::Wrapped<T> ptr;
|
D | replaces_double.hpp | 5 struct Wrapped { struct 8 using Type = Wrapped;
|
D | template_alias_basic.hpp | 4 using Wrapped = T; typedef
|
D | issue-1488-template-alias-new-type.hpp | 4 using Wrapped = T; typedef
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | template_alias_namespace.rs | 18 pub type Wrapped<T> = T; typedef 23 pub ptr: root::JS::detail::Wrapped<T>,
|
D | template_alias_basic.rs | 8 pub type Wrapped<T> = T; typedef
|
D | issue-1488-template-alias-new-type.rs | 10 pub struct Wrapped<T>(pub T); struct
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlTexture.h | 64 enum Wrapped { kWrapped }; enum 69 Wrapped,
|
D | GrMtlRenderTarget.h | 79 enum Wrapped { kWrapped }; enum 84 Wrapped);
|
D | GrMtlTexture.mm | 41 Wrapped,
|
/third_party/typescript/tests/cases/compiler/ |
D | anonClassDeclarationEmitIsAnon.ts | 4 return class Wrapped {
|
/third_party/skia/src/gpu/mock/ |
D | GrMockTexture.h | 94 enum Wrapped { kWrapped }; enum 95 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt, in GrMockRenderTarget() argument
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockTexture.h | 87 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/ |
D | LoopUnroll.cpp | 73 bool Wrapped = false; in remapInstruction() local 77 Wrapped = true; in remapInstruction() 82 return Wrapped ? MetadataAsValue::get(C, ValueAsMetadata::get(V)) : V; in remapInstruction()
|