Lines Matching refs:LabeledThresholdParam
26 return numeric::LabeledThresholdParam( in operator ()()
38 return discrete::LabeledThresholdParam( in operator ()()
44 const std::vector<numeric::LabeledThresholdParam>& arg) const in operator ()()
47 arg, [](const numeric::LabeledThresholdParam& labeledThresholdParam) { in operator ()()
59 const std::vector<discrete::LabeledThresholdParam>& arg) const in operator ()()
62 arg, [](const discrete::LabeledThresholdParam& labeledThresholdParam) { in operator ()()
82 const std::vector<LabeledThresholdParam>& params) in fromLabeledThresholdParam()
95 if (isFirstElementOfType<discrete::LabeledThresholdParam>(params)) in fromLabeledThresholdParam()
98 const discrete::LabeledThresholdParam* paramUnpacked = in fromLabeledThresholdParam()
99 std::get_if<discrete::LabeledThresholdParam>(¶m); in fromLabeledThresholdParam()
113 if (isFirstElementOfType<numeric::LabeledThresholdParam>(params)) in fromLabeledThresholdParam()
116 const numeric::LabeledThresholdParam* paramUnpacked = in fromLabeledThresholdParam()
117 std::get_if<numeric::LabeledThresholdParam>(¶m); in fromLabeledThresholdParam()