Home
last modified time | relevance | path

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

1234

/external/eigen/test/
Dconstructor.cpp15 template<typename MatrixType> struct Wrapper struct
18 inline Wrapper(const MatrixType &x) : m_mat(x) {} in Wrapper() argument
35 Wrapper<MatrixType> wrapper(m0); in ctor_init1() argument
/external/clang/test/Analysis/
Dinitializer.cpp98 class Wrapper { class
105 Wrapper::Wrapper() /* initializers synthesized */ {} in Wrapper() function in DefaultConstructorWithCleanups::Wrapper
114 struct Wrapper { struct
115 int value = 42;
117 Wrapper() {} in Wrapper() argument
118 Wrapper(int x) : value(x) {} in Wrapper() argument
119 Wrapper(bool) {} in Wrapper() function
Dctor.mm15 struct Wrapper { struct
20 Wrapper w; argument
Dcall-invalidation.cpp38 struct Wrapper { struct
42 void useStruct(Wrapper &w); argument
Dderived-to-base.cpp320 struct Wrapper { struct
321 FullyDerived d;
322 int zz;
324 Wrapper(const FullyDerived &d) : d(d), zz(0) {} in Wrapper() argument
/external/snakeyaml/src/test/java/examples/staticstate/
DWrapper.java18 public class Wrapper { class
33 public Wrapper() { in Wrapper() method in Wrapper
38 public Wrapper(JavaBeanWithStaticState bean) { in Wrapper() method in Wrapper
/external/testng/src/main/java/org/testng/xml/dom/
DWrapper.java10 public class Wrapper { class
18 public Wrapper(Annotation a, Object bean) { in Wrapper() method in Wrapper
/external/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp132 struct Wrapper { struct
134 // Similar to the above, Wrapper<0>::run() will discard the if statement. in run() argument
147 return Wrapper<x>::run() + in test_wrapper() argument
/external/pdfium/third_party/base/numerics/
Dsafe_math.h326 struct Wrapper { struct
332 struct Wrapper<CheckedNumeric<Src>> { argument
/external/libchrome/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()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/
DYamlMapTest.java71 public static class Wrapper { class in YamlMapTest
75 public Wrapper(String s, Custom bb) { in Wrapper() method in YamlMapTest.Wrapper
80 public Wrapper() { in Wrapper() method in YamlMapTest.Wrapper
/external/clang/test/CodeGenCXX/
Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct
95 Fish fish;
/external/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java27 static class Wrapper { class in EncoderJNI
31 Wrapper(int inputBufferSize, int quality, int lgwin) in Wrapper() method in EncoderJNI.Wrapper
/external/brotli/java/org/brotli/wrapper/dec/
DDecoderJNI.java29 public static class Wrapper { class in DecoderJNI
34 public Wrapper(int inputBufferSize) throws IOException { in Wrapper() method in DecoderJNI.Wrapper
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.h28 Wrapper // Address wrapper enumerator
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dretry_util.py42 def Wrapper(*args, **kwargs): function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp111 Function *Wrapper = in CreateWrapper() local
212 Function *Wrapper = Pair.first->second; in runOnModule() local
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
DTestTrustManager.java79 private static final class Wrapper implements X509TrustManager { class in TestTrustManager
82 private Wrapper(X509TrustManager trustManager) { in Wrapper() method in TestTrustManager.Wrapper
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DTestTrustManager.java77 private static final class Wrapper implements X509TrustManager { class in TestTrustManager
80 private Wrapper(X509TrustManager trustManager) { in Wrapper() method in TestTrustManager.Wrapper
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DWrapper.java7 public interface Wrapper interface
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DWrapper.java3 public interface Wrapper interface
/external/clang/test/Analysis/inlining/
Dpath-notes.cpp93 class Wrapper { class
226 struct Wrapper { struct
242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}} in testGetDerefExprOnMemberExprWithADot()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp42 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon93274c5d0111::IntelJITEventListener
77 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.h55 Wrapper, enumerator

1234