Home
last modified time | relevance | path

Searched defs:with_value (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/once_cell/src/
Dimp_cs.rs31 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
Dimp_pl.rs32 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
Dlib.rs448 pub const fn with_value(value: T) -> OnceCell<T> { in with_value() method
923 pub const fn with_value(value: T) -> OnceCell<T> { in with_value() method
Dimp_std.rs49 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
/external/tensorflow/tensorflow/compiler/xla/
Dparse_flags_from_env_test.cc45 std::string with_value; in TestParseFlagsFromEnv() local
/external/libcups/tools/
Dipptool.c73 *with_value, /* Attribute must include this value */ member
4373 with_value(_cups_testdata_t *data, /* I - Test data */ in with_value() function
/external/rust/crates/itertools/src/adaptors/
Dmod.rs194 pub fn with_value(mut self, value: I::Item) -> Self { in with_value() function