Searched refs:included_category (Results 1 – 2 of 2) sorted by relevance
28 for (const auto& included_category : included_categories_) { in IsCategoryGroupEnabled() local29 if (category == included_category) return true; in IsCategoryGroupEnabled()35 void TraceConfig::AddIncludedCategory(const char* included_category) { in AddIncludedCategory() argument36 DCHECK(included_category != nullptr && strlen(included_category) > 0); in AddIncludedCategory()37 included_categories_.push_back(included_category); in AddIncludedCategory()
199 void AddIncludedCategory(const char* included_category);