Home
last modified time | relevance | path

Searched refs:kDebugCategoryCount (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Ddebug_utils.h62 constexpr unsigned int kDebugCategoryCount = DEBUG_CATEGORY_NAMES(V); member
68 DCHECK_LT(static_cast<unsigned int>(category), kDebugCategoryCount); in enabled() local
82 DCHECK_LT(static_cast<unsigned int>(category), kDebugCategoryCount); in set_enabled() local
86 bool enabled_[kDebugCategoryCount] = {false};

Completed in 2 milliseconds