Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/
DPortability.h64 constexpr auto kIsDebug = false; variable
66 constexpr auto kIsDebug = true;
/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DProxyLockable-inl.h23 if (kIsDebug && locked) { in throwIfAlreadyLocked()
31 if (kIsDebug && !locked) { in throwIfNotLocked()
39 if (kIsDebug && !mutex) { in throwIfNoMutex()