Searched refs:kNumScopes (Results 1 – 3 of 3) sorted by relevance
70 static_assert(arraysize(kScopeNames) == ScopeLogger::kNumScopes,100 CHECK_LT(scope, kNumScopes); in IsScopeEnabled()159 CHECK_LT(scope, kNumScopes); in RegisterScopeEnableChangedCallback()172 CHECK_LT(scope, kNumScopes); in SetScopeEnabled()
73 kNumScopes enumerator139 std::bitset<kNumScopes> scope_enabled_;145 ScopeEnableChangedCallbacks log_scope_callbacks_[kNumScopes];
44 for (int scope = 0; scope < ScopeLogger::kNumScopes; ++scope) { in TEST_F()