Home
last modified time | relevance | path

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

/aosp_15_r20/external/emboss/runtime/cpp/test/
H A Demboss_constant_view_test.cc41 auto with_value = MaybeConstantView</**/ ::std::uint8_t>(7); in TEST() local
51 auto with_value = MaybeConstantView</**/ ::std::uint8_t>(7); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/src/
Dimp_cs.rs31 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
Dlib.rs475 pub const fn with_value(value: T) -> OnceCell<T> { in with_value() method
955 pub 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
Dimp_std.rs43 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dparse_flags_from_env_test.cc45 std::string with_value; in TestParseFlagsFromEnv() local
/aosp_15_r20/external/rust/android-crates-io/crates/fragile/src/
Dsticky.rs89 fn with_value<F: FnOnce(*mut T) -> R, R>(&self, f: F) -> R { in with_value() method
/aosp_15_r20/external/libcups/tools/
H A Dipptool.c84 *with_value, /* Attribute must include this value */ member
5506 with_value(ipptool_test_t *data, /* I - Test data */ in with_value() function
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/
Dmod.rs267 pub fn with_value(mut self, value: I::Item) -> Self { in with_value() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/
H A Dmod.rs194 pub fn with_value(mut self, value: I::Item) -> Self { in with_value() function