Home
last modified time | relevance | path

Searched defs:StorageImpl (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DStorageImpl.h45 struct C10_API StorageImpl : public c10::intrusive_ptr_target { struct
49 StorageImpl( in StorageImpl() argument
68 StorageImpl( in StorageImpl() argument
82 StorageImpl& operator=(StorageImpl&& other) = delete; argument
83 StorageImpl& operator=(const StorageImpl&) = delete; argument
89 void reset() { in reset()
97 void release_resources() override { in release_resources()
101 size_t nbytes() const { in nbytes()
107 SymInt sym_nbytes() const { in sym_nbytes()
112 void set_nbytes(size_t size_bytes) { in set_nbytes()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAny.h44 template <typename T> struct StorageImpl : public StorageBase { struct
45 explicit StorageImpl(const T &Value) : Value(Value) {} in StorageImpl() argument
47 explicit StorageImpl(T &&Value) : Value(std::move(Value)) {} in StorageImpl() argument
50 return std::make_unique<StorageImpl<T>>(Value); in clone() argument
58 StorageImpl &operator=(const StorageImpl &Other) = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAny.h44 template <typename T> struct StorageImpl : public StorageBase { struct
45 explicit StorageImpl(const T &Value) : Value(Value) {} in StorageImpl() argument
47 explicit StorageImpl(T &&Value) : Value(std::move(Value)) {} in StorageImpl() function
50 return std::make_unique<StorageImpl<T>>(Value); in clone() argument
58 StorageImpl &operator=(const StorageImpl &Other) = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAny.h44 template <typename T> struct StorageImpl : public StorageBase { struct
45 explicit StorageImpl(const T &Value) : Value(Value) {} in StorageImpl() function
47 explicit StorageImpl(T &&Value) : Value(std::move(Value)) {} in StorageImpl() argument
50 return std::make_unique<StorageImpl<T>>(Value); in clone() argument
58 StorageImpl &operator=(const StorageImpl &Other) = delete; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAny.h44 template <typename T> struct StorageImpl : public StorageBase { struct
45 explicit StorageImpl(const T &Value) : Value(Value) {} in StorageImpl() argument
47 explicit StorageImpl(T &&Value) : Value(std::move(Value)) {} in StorageImpl() argument
50 return std::make_unique<StorageImpl<T>>(Value); in clone() argument
58 StorageImpl &operator=(const StorageImpl &Other) = delete; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAny.h44 template <typename T> struct StorageImpl : public StorageBase { struct
45 explicit StorageImpl(const T &Value) : Value(Value) {} in StorageImpl() argument
47 explicit StorageImpl(T &&Value) : Value(std::move(Value)) {} in StorageImpl() argument
50 return std::make_unique<StorageImpl<T>>(Value); in clone() argument
58 StorageImpl &operator=(const StorageImpl &Other) = delete; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAny.h35 template <typename T> struct StorageImpl : public StorageBase { struct
36 explicit StorageImpl(const T &Value) : Value(Value) {} in StorageImpl() argument
38 explicit StorageImpl(T &&Value) : Value(std::move(Value)) {} in StorageImpl() function
41 return std::make_unique<StorageImpl<T>>(Value); in clone() argument
49 StorageImpl &operator=(const StorageImpl &Other) = delete; argument