Home
last modified time | relevance | path

Searched defs:Wrapped (Results 1 – 19 of 19) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate_typedef_transitive_param.hpp4 struct Wrapped { struct
5 T t;
Dreplaces_double.hpp5 struct Wrapped { struct
6 T t;
Dtemplate_alias_basic.hpp4 using Wrapped = T; typedef
Dissue-1488-template-alias-new-type.hpp4 using Wrapped = T; typedef
Dtemplate_alias.hpp6 using Wrapped = T; typedef
Dtemplate_alias_namespace.hpp6 using Wrapped = T; typedef
/third_party/typescript/tests/baselines/reference/
DanonClassDeclarationEmitIsAnon.js5 return class Wrapped { class
58 function Wrapped() { class
60 Wrapped.prototype.foo = function () { class
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-1488-template-alias-new-type.rs10 pub struct Wrapped<T>(pub T); struct
Dtemplate_alias_basic.rs8 pub type Wrapped<T> = T; typedef
Dtemplate_alias_namespace.rs18 pub type Wrapped<T> = T; typedef
/third_party/skia/src/gpu/mtl/
DGrMtlTexture.h64 enum Wrapped { kWrapped }; enum
DGrMtlRenderTarget.h79 enum Wrapped { kWrapped }; enum
/third_party/skia/src/gpu/d3d/
DGrD3DRenderTarget.cpp28 Wrapped) in GrD3DRenderTarget() argument
69 Wrapped) in GrD3DRenderTarget() argument
DGrD3DRenderTarget.h90 enum Wrapped { kWrapped }; enum
/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/typescript/tests/cases/compiler/
DconditionalTypeAssignabilityWhenDeferred.ts83 type Wrapped<T> = { ___secret: T }; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp73 bool Wrapped = false; in remapInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp2024 APInt MinDiff = V0Offset - V1Offset, Wrapped = -MinDiff; in constantOffsetHeuristic() local
/third_party/python/Lib/test/
Dtest_inspect.py3277 class Wrapped: class