Home
last modified time | relevance | path

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

12

/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() 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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DWrapper.java3 public interface Wrapper interface
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp42 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon6d0254290111::IntelJITEventListener
77 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat()
/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/jetty/src/java/org/eclipse/jetty/servlets/
DMultiPartFilter.java233 private static class Wrapper extends HttpServletRequestWrapper class in MultiPartFilter
242 public Wrapper(HttpServletRequest request, MultiMap map) in Wrapper() method in MultiPartFilter.Wrapper
/external/llvm/lib/Target/BPF/
DBPFISelLowering.h31 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/Target/MSP430/
DMSP430ISelLowering.h45 Wrapper, enumerator
/external/v8/test/mjsunit/
Ddouble-equals.js51 function Wrapper(value) { class
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp38 std::unique_ptr<OProfileWrapper> Wrapper; member in __anond501653c0111::OProfileJITEventListener
/external/guice/extensions/grapher/test/com/google/inject/grapher/
DAbstractInjectorGrapherTest.java84 private static final class Wrapper<T> { class in AbstractInjectorGrapherTest
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dutil.py245 def Wrapper(*args, **kwargs): function
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h102 Wrapper, enumerator
343 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
/external/llvm/lib/Target/ARM/
DARMISelLowering.h34 Wrapper, // Wrapper - A wrapper node for TargetConstantPool, enumerator
/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java658 private abstract static class Wrapper { class
661 Wrapper(Object wrapped) { in Wrapper() method in Wrapper

12