Lines Matching defs:getStorage
212 new (getStorage()) storage_type(std::forward<OtherT>(Val));
246 getStorage()->~storage_type();
280 return toPointer(getStorage());
286 return toPointer(getStorage());
292 return *getStorage();
298 return *getStorage();
318 new (getStorage()) storage_type(std::move(*Other.getStorage()));
341 storage_type *getStorage() {
346 const storage_type *getStorage() const {