Home
last modified time | relevance | path

Searched defs:FeatureRefAndParams (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/test/
H A Dscoped_feature_list.h25 struct FeatureRefAndParams { struct
33 const raw_ref<const Feature> feature;
34 const FieldTrialParams params;
H A Dscoped_feature_list.cc282 FeatureRefAndParams::FeatureRefAndParams(const Feature& feature, in FeatureRefAndParams() function in base::test::FeatureRefAndParams