Home
last modified time | relevance | path

Searched defs:HandleBase (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEpochTracker.h62 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {} in HandleBase() function
64 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DEpochTracker.h64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {} in HandleBase() function
66 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase() function
/third_party/node/deps/v8/src/handles/
Dhandles-inl.h20 HandleBase::HandleBase(Address object, Isolate* isolate) in HandleBase() function
23 HandleBase::HandleBase(Address object, LocalIsolate* isolate) in HandleBase() function
26 HandleBase::HandleBase(Address object, LocalHeap* local_heap) in HandleBase() function
Dhandles.h44 V8_INLINE explicit HandleBase(Address* location) : location_(location) {} in HandleBase() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp64640 class HandleBase : public WrappedPtrOperations<T, Wrapper> {}; class
65189 class HandleBase<JSObject*, Container> : public WrappedPtrOperations<JSObject*, Container> class