Home
last modified time | relevance | path

Searched defs:wrap_value (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dwrapping_int.hpp36 static BOOST_CONSTEXPR int_type wrap_value() {return wrap_val;} in wrap_value() function in boost::date_time::wrapping_int
99 static BOOST_CONSTEXPR int_type wrap_value() {return wrap_max;} in wrap_value() function in boost::date_time::wrapping_int2
/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Doption_kind.rs49 pub(crate) fn wrap_value(&self, value: &str, customize: &Customize) -> String { in wrap_value() method
/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Drust_types_values.rs243 pub fn wrap_value(&self, value: &str, customize: &Customize) -> String { in wrap_value() method
/external/python/cpython3/Lib/
Dinspect.py2253 def wrap_value(s): function