Home
last modified time | relevance | path

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

12

/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
Dderived-to-base.cpp320 struct Wrapper { struct
321 FullyDerived d;
322 int zz;
324 Wrapper(const FullyDerived &d) : d(d), zz(0) {} in Wrapper() function
/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
DMicrosoftSuper.cpp76 struct Wrapper { struct
77 static void bar() {} in bar()
/external/clang/test/CodeGenCXX/
Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct
95 Fish fish;
/external/pdfium/third_party/base/numerics/
Dsafe_math.h326 struct Wrapper { struct
332 struct Wrapper<CheckedNumeric<Src>> { argument
/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/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.h28 Wrapper // Address wrapper enumerator
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DWrapper.java3 public interface Wrapper interface
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.h55 Wrapper, enumerator
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp42 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon2825f19c0111::IntelJITEventListener
77 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h45 Wrapper, enumerator
/external/llvm/lib/Target/BPF/
DBPFISelLowering.h31 Wrapper enumerator
/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/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.h45 Wrapper, enumerator
/external/guava/guava/src/com/google/common/base/
DEquivalence.java172 public static final class Wrapper<T> implements Serializable { class in Equivalence
176 private Wrapper(Equivalence<? super T> equivalence, @Nullable T reference) { in Wrapper() method in Equivalence.Wrapper
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp38 std::unique_ptr<OProfileWrapper> Wrapper; member in __anon902502af0111::OProfileJITEventListener
/external/guice/extensions/grapher/test/com/google/inject/grapher/
DAbstractInjectorGrapherTest.java84 private static final class Wrapper<T> { class in AbstractInjectorGrapherTest
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h102 Wrapper, enumerator
347 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, in getAddrGlobalLargeGOT() local
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowApplication.java518 public class Wrapper { class in ShadowApplication
524 … public Wrapper(BroadcastReceiver broadcastReceiver, IntentFilter intentFilter, Context context) { in Wrapper() method in ShadowApplication.Wrapper

12