Searched refs:kMaxCategoryGroups (Results 1 – 1 of 1) sorted by relevance
48 static const size_t kMaxCategoryGroups = 200; variable56 const char* g_category_groups[kMaxCategoryGroups] = {62 unsigned char g_category_group_enabled[kMaxCategoryGroups] = {0};175 kMaxCategoryGroups)); in GetCategoryGroupName()323 DCHECK(category_index < kMaxCategoryGroups); in GetCategoryGroupEnabled()324 if (category_index < kMaxCategoryGroups) { in GetCategoryGroupEnabled()