Searched refs:category_set (Results 1 – 1 of 1) sorted by relevance
79 NodeCategorySet* category_set; in Enable() local80 ASSIGN_OR_RETURN_UNWRAP(&category_set, args.Holder()); in Enable()81 CHECK_NOT_NULL(category_set); in Enable()82 const auto& categories = category_set->GetCategories(); in Enable()83 if (!category_set->enabled_ && !categories.empty()) { in Enable()88 category_set->enabled_ = true; in Enable()93 NodeCategorySet* category_set; in Disable() local94 ASSIGN_OR_RETURN_UNWRAP(&category_set, args.Holder()); in Disable()95 CHECK_NOT_NULL(category_set); in Disable()96 const auto& categories = category_set->GetCategories(); in Disable()[all …]