Searched defs:toValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMatching.h186 static T toValue (const Widest &aWidest) function in struct:matching::ParsedIntervalFilter::Limits
234 mValues.push_back (limits.toValue (val));
240 T m = aStart == aEnd ? limits.toValue (limits.min)
241 : limits.toValue (val);
248 T n = aStart == aEnd ? limits.toValue (limits.max)
249 : limits.toValue (val);

Completed in 43 milliseconds