Searched refs:FeatureSetToString (Results 1 – 4 of 4) sorted by relevance
72 t.SetFeatures(FeatureSetToString(FeatureSet{"foo"})); in TEST()76 t.SetFeatures(FeatureSetToString(FeatureSet{"foo", "bar"})); in TEST()81 t.SetFeatures(FeatureSetToString(FeatureSet{"foo", "bar", "foo"})); in TEST()86 t.SetFeatures(FeatureSetToString(FeatureSet{"bar", "baz"})); in TEST()
40 std::string FeatureSetToString(const FeatureSet& features);
232 "features=%s", FeatureSetToString(supported_features()).c_str())); in get_connection_string()1144 SendOkay(reply_fd, FeatureSetToString(t->features())); in handle_host_request()1158 SendOkay(reply_fd, FeatureSetToString(features)); in handle_host_request()
824 std::string FeatureSetToString(const FeatureSet& features) { in FeatureSetToString() function