/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | template_typedef_transitive_param.hpp | 3 struct Wrapper { struct 4 struct Wrapped { 7 using Type = Wrapped;
|
D | replaces_double.hpp | 4 struct Wrapper { struct 13 using MaybeWrapped = typename Wrapper<T>::Type; argument
|
D | accessors.hpp | 44 struct Wrapper { struct 45 Replaced mReplaced;
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitOverloadedPrivateInference.js | 34 var Wrapper = /** @class */ (function () { class 35 function Wrapper() { class in Wrapper
|
D | jsxEmptyExpressionNotCountedAsChild(jsx=react).js | 9 function Wrapper(props: Props) { class
|
D | baseTypeWrappingInstantiationChain.js | 14 class Wrapper<T5> { class 65 function Wrapper() { class in Wrapper
|
D | jsxEmptyExpressionNotCountedAsChild(jsx=react-jsx).js | 9 function Wrapper(props: Props) { class
|
D | jsxEmptyExpressionNotCountedAsChild(jsx=react-jsxdev).js | 9 function Wrapper(props: Props) { class
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | template_typedef_transitive_param.rs | 10 pub struct Wrapper { struct 15 pub struct Wrapper_Wrapped<T> { argument
|
D | accessors.rs | 394 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/ |
D | checked_math.h | 263 struct Wrapper struct 270 struct Wrapper<CheckedNumeric<Src>> argument
|
D | clamped_math.h | 189 struct Wrapper struct 191 static constexpr Src value(Src value) in value()
|
/third_party/gn/src/base/numerics/ |
D | checked_math.h | 266 struct Wrapper { struct 272 struct Wrapper<CheckedNumeric<Src>> { argument
|
D | clamped_math.h | 180 struct Wrapper { struct 181 static constexpr Src value(Src value) { in value()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | WrapMain.cpp | 18 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/ |
D | EncoderJNI.java | 27 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/ |
D | DecoderJNI.java | 29 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/ |
D | declarationEmitOverloadedPrivateInference.ts | 10 export class Wrapper { class
|
D | returnTypeInferenceNotTooBroad.ts | 6 interface Wrapper<T> { interface
|
D | implementsIncorrectlyNoAssertion.ts | 7 type Wrapper = Foo & Bar; alias
|
D | partialDiscriminatedUnionMemberHasGoodError.ts | 13 interface Wrapper { interface
|
D | baseTypeWrappingInstantiationChain.ts | 13 class Wrapper<T5> { class
|
D | indexedAccessKeyofNestedSimplifiedSubstituteUnwrapped.ts | 4 interface Wrapper<T> { interface
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
D | hash_benchmark.cc | 64 class Wrapper : public TypeErasedInterface { class 66 explicit Wrapper(const T& value) : value_(value) {} in Wrapper() function in TypeErasedAbslHash::Wrapper
|
/third_party/skia/include/sksl/ |
D | DSL.h | 28 template<typename T> using Wrapper = DSLWrapper<T>; variable
|