Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h577 std::nullptr_t coalesce(std::nullptr_t&, Waiter&) {
586 static_assert(!std::is_same<Request, std::nullptr_t>{}, "");
595 inline std::nullptr_t makeReturnValueStorageFor(std::nullptr_t&) {
615 std::is_same<Storage, std::nullptr_t>{} ||
657 void detach(std::nullptr_t&, Waiter&, bool exception, std::nullptr_t&) {
1148 constexpr auto combineRequested = !std::is_same<Request, std::nullptr_t>{};
/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DInlineFunctionRef.h97 InlineFunctionRef(std::nullptr_t) : call_{nullptr} {} in InlineFunctionRef() argument
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h10950 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; }