Searched refs:ref_category (Results 1 – 1 of 1) sorted by relevance
210 const auto ref_category = registry.GetCategory(i); in IsCategoryEnabled() local212 if (ref_category->IsGroup()) in IsCategoryEnabled()215 if (ref_category->name_size() != name_size || in IsCategoryEnabled()216 strncmp(ref_category->name, member_name, name_size)) { in IsCategoryEnabled()219 if (IsCategoryEnabled(registry, config, *ref_category)) { in IsCategoryEnabled()228 Category ref_category{Category::FromDynamicCategory(dyn_category)}; in IsCategoryEnabled() local229 if (IsCategoryEnabled(registry, config, ref_category)) { in IsCategoryEnabled()