Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DInlineFunctionRef.h63 _t<std::aligned_storage<Size - sizeof(uintptr_t), sizeof(uintptr_t)>>;
81 using ConstructMode = _t<std::conditional<
123 _t<std::enable_if<
124 !std::is_same<_t<std::decay<Func>>, InlineFunctionRef>{} &&
165 using Value = _t<std::remove_reference<Func>>; in construct()
173 static_assert(is_invocable<const _t<std::decay<Func>>, Args&&...>{}, ""); in construct()
187 using Pointer = _t<std::add_pointer<_t<std::remove_reference<Func>>>>; in construct()
198 std::is_function<_t<std::remove_pointer<Func>>>::value, in callInline()
DProxyLockable.h36 _t<std::decay<decltype(std::declval<mutex_type>().lock())>>;
/rocksdb-6.9/third-party/folly/folly/
DIndestructible.h72 _t<std::enable_if<std::is_constructible<T, U&&>::value>>* = nullptr,
73 _t<std::enable_if<
76 _t<std::enable_if<!std::is_convertible<U&&, T>::value>>* = nullptr>
82 _t<std::enable_if<std::is_constructible<T, U&&>::value>>* = nullptr,
83 _t<std::enable_if<
86 _t<std::enable_if<std::is_convertible<U&&, T>::value>>* = nullptr>
DOptional.h328 friend Optional<_t<std::decay<T>>> make_optional(T&&);
423 Optional<_t<std::decay<T>>> make_optional(T&& v) { in make_optional()
425 typename folly::Optional<_t<std::decay<T>>>::PrivateConstructor; in make_optional()
DScopeGuard.h28 template <typename Func, typename DecayedFunc = _t<std::decay<Func>>>
DTraits.h41 using _t = typename T::type; variable
/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp49 auto lck = std::unique_lock<_t<std::decay<decltype(mutex)>>>{mutex}; in basicNThreads()
83 auto lck = std::unique_lock<_t<std::decay<decltype(mutex)>>>{mutex}; in lockWithTryAndTimedNThreads()
92 using Mutex = _t<std::decay<decltype(mutex)>>; in lockWithTryAndTimedNThreads()
104 using Mutex = _t<std::decay<decltype(mutex)>>; in lockWithTryAndTimedNThreads()
185 auto lck = std::unique_lock<_t<std::decay<decltype(mutex)>>>{mutex}; in combineWithLockNThreads()
240 auto lck = std::unique_lock<_t<std::decay<decltype(mutex)>>>{mutex}; in combineWithTryLockNThreads()
273 using Mutex = _t<std::decay<decltype(mutex)>>; in combineWithTryLockNThreads()
312 auto lck = std::unique_lock<_t<std::decay<decltype(mutex)>>>{mutex}; in combineWithLockTryAndTimedNThreads()
359 using Mutex = _t<std::decay<decltype(mutex)>>; in combineWithLockTryAndTimedNThreads()
371 using Mutex = _t<std::decay<decltype(mutex)>>; in combineWithLockTryAndTimedNThreads()
/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h344 _t<std::aligned_storage<48, 8>> storage_;
434 using Request = _t<std::conditional<
520 using StorageType = _t<std::aligned_storage<
522 _t<std::aligned_storage<sizeof(ReturnType), kReturnValueAlignment>>),
560 using CoalescedTask = _t<std::conditional<
563 _t<std::conditional<
1371 using Metadata = _t<std::decay<decltype(waiter->metadata_)>>;
/rocksdb-6.9/third-party/folly/folly/lang/
DBits.h19 _t<std::enable_if<