Searched defs:ActiveGroup (Results 1 – 3 of 3) sorted by relevance
137 struct ActiveGroup { struct138 std::string trial_name;139 std::string group_name;
123 struct ActiveGroup { struct124 std::string trial_name;125 std::string group_name;
16 using ActiveGroup = base::FieldTrial::ActiveGroup; typedef