Searched defs:ActiveGroup (Results 1 – 5 of 5) sorted by relevance
153 struct ActiveGroup { struct154 std::string trial_name;155 std::string group_name;157 bool is_overridden = false;
126 struct ActiveGroup { struct127 std::string trial_name;128 std::string group_name;
123 struct ActiveGroup { struct124 std::string trial_name;125 std::string group_name;
16 using ActiveGroup = base::FieldTrial::ActiveGroup; typedef