Searched defs:with_value (Results 1 – 6 of 6) sorted by relevance
31 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
32 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
448 pub const fn with_value(value: T) -> OnceCell<T> { in with_value() method920 pub const fn with_value(value: T) -> OnceCell<T> { in with_value() method
49 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
85 *with_value, /* Attribute must include this value */ member5824 with_value(ipptool_test_t *data, /* I - Test data */ in with_value() function
814 pub fn with_value<U>(&self, value: U) -> InFile<U> { in with_value() method