Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 25 of 58) sorted by relevance

123

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate_typedef_transitive_param.hpp3 struct Wrapper { struct
4 struct Wrapped {
7 using Type = Wrapped;
Dreplaces_double.hpp4 struct Wrapper { struct
13 using MaybeWrapped = typename Wrapper<T>::Type; argument
Daccessors.hpp44 struct Wrapper { struct
45 Replaced mReplaced;
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitOverloadedPrivateInference.js34 var Wrapper = /** @class */ (function () { class
35 function Wrapper() { class in Wrapper
DjsxEmptyExpressionNotCountedAsChild(jsx=react).js9 function Wrapper(props: Props) { class
DbaseTypeWrappingInstantiationChain.js14 class Wrapper<T5> { class
65 function Wrapper() { class in Wrapper
DjsxEmptyExpressionNotCountedAsChild(jsx=react-jsx).js9 function Wrapper(props: Props) { class
DjsxEmptyExpressionNotCountedAsChild(jsx=react-jsxdev).js9 function Wrapper(props: Props) { class
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dtemplate_typedef_transitive_param.rs10 pub struct Wrapper { struct
15 pub struct Wrapper_Wrapped<T> { argument
Daccessors.rs394 pub struct Wrapper { struct
399 const UNINIT: ::std::mem::MaybeUninit<Wrapper> = in bindgen_test_layout_Wrapper() argument
425 impl Wrapper { implementation
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dchecked_math.h263 struct Wrapper struct
270 struct Wrapper<CheckedNumeric<Src>> argument
Dclamped_math.h189 struct Wrapper struct
191 static constexpr Src value(Src value) in value()
/third_party/gn/src/base/numerics/
Dchecked_math.h266 struct Wrapper { struct
272 struct Wrapper<CheckedNumeric<Src>> { argument
Dclamped_math.h180 struct Wrapper { struct
181 static constexpr Src value(Src value) { in value()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DWrapMain.cpp18 class Wrapper : public TIntermTraverser class
24 Wrapper(TSymbolTable &symbolTable, IdGen &idGen) in Wrapper() function in __anone7e4a0110111::Wrapper
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java27 static class Wrapper { class in EncoderJNI
32 Wrapper(int inputBufferSize, int quality, int lgwin) in Wrapper() method in EncoderJNI.Wrapper
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoderJNI.java29 public static class Wrapper { class in DecoderJNI
35 public Wrapper(int inputBufferSize) throws IOException { in Wrapper() method in DecoderJNI.Wrapper
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitOverloadedPrivateInference.ts10 export class Wrapper { class
DreturnTypeInferenceNotTooBroad.ts6 interface Wrapper<T> { interface
DimplementsIncorrectlyNoAssertion.ts7 type Wrapper = Foo & Bar; alias
DpartialDiscriminatedUnionMemberHasGoodError.ts13 interface Wrapper { interface
DbaseTypeWrappingInstantiationChain.ts13 class Wrapper<T5> { class
DindexedAccessKeyofNestedSimplifiedSubstituteUnwrapped.ts4 interface Wrapper<T> { interface
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_benchmark.cc64 class Wrapper : public TypeErasedInterface { class
66 explicit Wrapper(const T& value) : value_(value) {} in Wrapper() function in TypeErasedAbslHash::Wrapper
/third_party/skia/include/sksl/
DDSL.h28 template<typename T> using Wrapper = DSLWrapper<T>; variable

123