Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/
DUnit.h25 struct Unit { struct
26 constexpr bool operator==(const Unit& /*other*/) const {
29 constexpr bool operator!=(const Unit& /*other*/) const {
34 constexpr Unit unit{};
42 using type = Unit;
52 struct drop_unit<Unit> {
/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h470 using StorageType = folly::Unit;
492 using StorageType = folly::Unit;
616 std::is_same<Storage, folly::Unit>{},
666 folly::Unit&) {
675 folly::Unit&) {
DParkingLot.h148 template <typename Data = Unit>