Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 25 of 31) 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() function
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/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/clang/test/CodeGenCXX/
Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct
95 Fish fish;
/external/chromium_org/sync/api/attachments/
Dattachment_id.h50 typedef sync_pb::AttachmentIdProto* Wrapper; typedef
/external/guava/guava/src/com/google/common/base/
DEquivalence.java176 public static final class Wrapper<T> implements Serializable { class in Equivalence
180 private Wrapper(Equivalence<? super T> equivalence, @Nullable T reference) { in Wrapper() method in Equivalence.Wrapper
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DWrapper.java3 public interface Wrapper interface
/external/chromium_org/sync/api/
Dsync_data.h114 typedef sync_pb::SyncEntity* Wrapper; typedef
/external/chromium_org/third_party/WebKit/Source/platform/
DRefCountedSupplement.h45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { } in Wrapper() function
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h45 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/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp43 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon92ee8cf40111::IntelJITEventListener
95 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat()
/external/chromium_org/v8/test/mjsunit/
Ddouble-equals.js49 function Wrapper(value) { class
/external/chromium_org/third_party/leveldatabase/src/db/
Dc.cc503 struct Wrapper : public leveldb_filterpolicy_t { in leveldb_filterpolicy_create_bloom() struct
504 const FilterPolicy* rep_; in leveldb_filterpolicy_create_bloom()
505 ~Wrapper() { delete rep_; } in leveldb_filterpolicy_create_bloom()
506 const char* Name() const { return rep_->Name(); } in leveldb_filterpolicy_create_bloom()
507 void CreateFilter(const Slice* keys, int n, std::string* dst) const { in leveldb_filterpolicy_create_bloom()
510 bool KeyMayMatch(const Slice& key, const Slice& filter) const { in leveldb_filterpolicy_create_bloom()
513 static void DoNothing(void*) { } in leveldb_filterpolicy_create_bloom()
/external/chromium_org/sync/internal_api/public/util/
Dimmutable.h196 typedef T Wrapper; typedef
/external/chromium_org/build/android/pylib/
Dconstants.py188 def Wrapper(): function
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp40 OProfileWrapper& Wrapper; member in __anonfaed9e070111::OProfileJITEventListener
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h97 Wrapper, enumerator
310 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, in getAddrGlobalLargeGOT() local
/external/robolectric/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/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h27 Wrapper, enumerator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp112 DyldELFObject<ELFT>::DyldELFObject(std::unique_ptr<MemoryBuffer> Wrapper, in DyldELFObject()
120 std::unique_ptr<MemoryBuffer> Wrapper, in DyldELFObject()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h146 Wrapper, enumerator

12