HomeSort by relevance Sort by last modified time
    Searched defs:HandleBase (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
31 class HandleBase {
33 HandleBase() = default;
34 explicit HandleBase(const DebugEpochBase *) {}
69 /// HandleBase does not track the parent data structure by itself. It expects
73 class HandleBase {
78 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
80 explicit HandleBase(const DebugEpochBase *Parent)
85 /// HandleBase instance.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
EpochTracker.h 10 // This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.
55 /// HandleBase does not track the parent data structure by itself. It expects
59 class HandleBase {
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 explicit HandleBase(const DebugEpochBase *Parent)
71 /// HandleBase instance.
87 class HandleBase {
89 HandleBase() = default;
90 explicit HandleBase(const DebugEpochBase *) {}
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
HandleBase.java 18 abstract class HandleBase implements Handle {
35 HandleBase(CoreImpl core, int mojoHandle) {
41 * Constructor for transforming {@link HandleBase} into a specific one. It is used to transform
44 protected HandleBase(HandleBase other) {
46 HandleBase otherAsHandleImpl = other;
  /external/v8/src/
handles-inl.h 16 HandleBase::HandleBase(Object* object, Isolate* isolate)
handles.h 29 class HandleBase {
31 V8_INLINE explicit HandleBase(Object** location) : location_(location) {}
32 V8_INLINE explicit HandleBase(Object* object, Isolate* isolate);
35 V8_INLINE bool is_identical_to(const HandleBase that) const {
92 class Handle final : public HandleBase {
95 : HandleBase(reinterpret_cast<Object**>(location)) {
101 V8_INLINE Handle(T* object, Isolate* isolate) : HandleBase(object, isolate) {}
110 : HandleBase(handle) {
121 return reinterpret_cast<T*>(HandleBase::operator*());
126 return reinterpret_cast<T**>(HandleBase::location())
    [all...]

Completed in 453 milliseconds