Searched defs:wrap_value (Results 1 – 9 of 9) sorted by relevance
36 static BOOST_CONSTEXPR int_type wrap_value() {return wrap_val;} in wrap_value() function in boost::date_time::wrapping_int99 static BOOST_CONSTEXPR int_type wrap_value() {return wrap_max;} in wrap_value() function in boost::date_time::wrapping_int2
49 pub(crate) fn wrap_value(&self, value: &str, customize: &Customize) -> String { in wrap_value() method
243 pub fn wrap_value(&self, value: &str, customize: &Customize) -> String { in wrap_value() method
2213 def wrap_value(s): function