Home
last modified time | relevance | path

Searched refs:StorageType (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h470 using StorageType = folly::Unit; variable
492 using StorageType = folly::Unit; variable
520 using StorageType = _t<std::aligned_storage< variable
534 void attach(StorageType* storage) { in attach()
541 StorageType* storage_{nullptr};
601 typename StorageType = typename CoalescedTask::StorageType>
602 StorageType makeReturnValueStorageFor(CoalescedTask&) {
623 typename StorageType = typename TaskWithBigReturnValue<R, W>::StorageType>
624 void attach(TaskWithBigReturnValue<R, W>& task, StorageType& storage) {