Searched refs:Storage (Results 1 – 7 of 7) sorted by relevance
337 template <typename T> struct Storage { struct338 template <typename U> explicit constexpr Storage(U&& u) : v(std::forward<U>(u)) {} in Storage() function339 explicit Storage(const Storage& t) = delete;340 explicit Storage(Storage&& t) = delete;345 template <typename T> struct Storage<std::unique_ptr<T>> { argument346 explicit constexpr Storage(const std::unique_ptr<T>& ptr) : v(ptr.get()) {}349 template <typename T> struct Storage<std::shared_ptr<T>> {350 explicit constexpr Storage(const std::shared_ptr<T>& ptr) : v(ptr.get()) {}377 const Storage<typename StorageTypes<LHS, RHS>::LHSType> lhs;378 const Storage<typename StorageTypes<LHS, RHS>::RHSType> rhs;
10 # Storage proxy
61 ### Backing Storage
313 `Storage`.
232 # File write access allowed for FDs returned through Storage Access Framework
245 # File write access allowed for FDs returned through Storage Access Framework
214 # Storage views to support runtime permissions