Home
last modified time | relevance | path

Searched defs:HandleBase (Results 1 – 3 of 3) 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/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