Home
last modified time | relevance | path

Searched defs:ActiveGroup (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dfield_trial.h153 struct ActiveGroup { struct
154 std::string trial_name;
155 std::string group_name;
157 bool is_overridden = false;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dfield_trial.h126 struct ActiveGroup { struct
127 std::string trial_name;
128 std::string group_name;
/aosp_15_r20/external/libchrome/base/metrics/
H A Dfield_trial.h123 struct ActiveGroup { struct
124 std::string trial_name;
125 std::string group_name;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dfield_trial.h126 struct ActiveGroup { struct
127 std::string trial_name;
128 std::string group_name;
/aosp_15_r20/external/cronet/components/metrics/
H A Dfield_trials_provider_unittest.cc16 using ActiveGroup = base::FieldTrial::ActiveGroup; typedef