Home
last modified time | relevance | path

Searched defs:Into (Results 1 – 18 of 18) sorted by relevance

/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs122 impl<'a> Into<&'a [u32; 4]> for &'a vec128_storage { impl
128 impl Into<vec128_storage> for [u32; 4] { impl
157 impl Into<vec256_storage> for [u64; 4] { impl
220 impl Into<$array> for $storage { impl
/external/crosvm/cros_async/src/
Dmem.rs71 impl Into<Vec<u8>> for VecIoWrapper { impl
/external/rust/crates/ring/src/io/
Dwriter.rs61 impl Into<Box<[u8]>> for Writer { impl
/external/crosvm/kernel_cmdline/src/
Dkernel_cmdline.rs142 impl Into<Vec<u8>> for Cmdline { impl
/external/rust/crates/itertools/src/
Deither_or_both.rs182 impl<A, B> Into<Option<Either<A, B>>> for EitherOrBoth<A, B> { impl
/external/rust/crates/cexpr/src/
Dliteral.rs73 impl Into<Vec<u8>> for CChar { impl
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dquarantine_test.cpp38 scudo::QuarantineBatch Into; in TEST() local
/external/scudo/standalone/tests/
Dquarantine_test.cpp38 scudo::QuarantineBatch Into; in TEST() local
/external/adhd/cros_alsa/src/
Dcontrol_tlv.rs188 impl Into<Vec<u32>> for TLV { impl
/external/rust/crates/plotters/src/style/
Dtext.rs124 impl<'a, 'b: 'a> Into<TextStyle<'a>> for &'b TextStyle<'a> { impl
/external/rust/crates/clap/src/args/
Darg_matcher.rs265 impl<'a> Into<ArgMatches<'a>> for ArgMatcher<'a> { impl
/external/rust/crates/ahash/src/
Dhash_set.rs26 impl<T> Into<HashSet<T, crate::RandomState>> for AHashSet<T> { impl
Dhash_map.rs28 impl<K, V> Into<HashMap<K, V, crate::RandomState>> for AHashMap<K, V> { impl
/external/rust/crates/protobuf/src/
Drepeated.rs319 impl<T> Into<Vec<T>> for RepeatedField<T> { impl
/external/rust/crates/either/src/
Dlib.rs750 impl<L, R> Into<Result<R, L>> for Either<L, R> { impl
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs675 impl Into<virtio_snd_pcm_set_params> for (u32, VioSStreamParams) { impl
/external/rust/crates/managed/src/
Dmap.rs87 impl<T> Into<Option<T>> for RevOption<T> { impl
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp8472 auto EvaluateAsSizeT = [&](const Expr *E, APSInt &Into) { in getBytesReturnedByAllocSizeCall()