Searched defs:with_value (Results 1 – 7 of 7) 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() method923 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
45 std::string with_value; in TestParseFlagsFromEnv() local
73 *with_value, /* Attribute must include this value */ member4373 with_value(_cups_testdata_t *data, /* I - Test data */ in with_value() function
194 pub fn with_value(mut self, value: I::Item) -> Self { in with_value() function