Searched refs:kIsDebug (Results 1 – 2 of 2) sorted by relevance
64 constexpr auto kIsDebug = false; variable66 constexpr auto kIsDebug = true;
23 if (kIsDebug && locked) { in throwIfAlreadyLocked()31 if (kIsDebug && !locked) { in throwIfNotLocked()39 if (kIsDebug && !mutex) { in throwIfNoMutex()