Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 25 of 79) 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() function
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() function
118 Wrapper(int x) : value(x) {} in Wrapper() function
119 Wrapper(bool) {} in Wrapper() argument
Dctor.mm15 struct Wrapper { struct
20 Wrapper w; argument
Dcall-invalidation.cpp38 struct Wrapper { struct
42 void useStruct(Wrapper &w); 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/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCoroutineDispatcherOperatorFunInvokeTest.kt52 private class Wrapper(val value: String) : Incomplete { class
60 private fun Wrapper.unwrap() = value in String() method
/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/clang/test/CodeGenCXX/
Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct
95 Fish fish;
/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/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/chromium-trace/catapult/common/py_utils/py_utils/
Dexc_util.py67 def Wrapper(*args, **kwargs): function
Dretry_util.py46 def Wrapper(*args, **kwargs): function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DDelayJvmTest.kt64 class Wrapper<T>(val pool: Executor, private val cont: Continuation<T>) : Continuation<T> { in <lambda>() class
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DWrapper.java3 public interface Wrapper interface
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DWrapper.java7 public interface Wrapper interface
/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/llvm/lib/Target/Lanai/
DLanaiISelLowering.h55 Wrapper, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.h55 Wrapper, enumerator

1234