/external/rust/crates/ppv-lite86/src/x86_64/ |
D | mod.rs | 122 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/ |
D | mem.rs | 71 impl Into<Vec<u8>> for VecIoWrapper { impl
|
/external/rust/crates/ring/src/io/ |
D | writer.rs | 61 impl Into<Box<[u8]>> for Writer { impl
|
/external/crosvm/kernel_cmdline/src/ |
D | kernel_cmdline.rs | 142 impl Into<Vec<u8>> for Cmdline { impl
|
/external/rust/crates/itertools/src/ |
D | either_or_both.rs | 182 impl<A, B> Into<Option<Either<A, B>>> for EitherOrBoth<A, B> { impl
|
/external/rust/crates/cexpr/src/ |
D | literal.rs | 73 impl Into<Vec<u8>> for CChar { impl
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | quarantine_test.cpp | 38 scudo::QuarantineBatch Into; in TEST() local
|
/external/scudo/standalone/tests/ |
D | quarantine_test.cpp | 38 scudo::QuarantineBatch Into; in TEST() local
|
/external/adhd/cros_alsa/src/ |
D | control_tlv.rs | 188 impl Into<Vec<u32>> for TLV { impl
|
/external/rust/crates/plotters/src/style/ |
D | text.rs | 124 impl<'a, 'b: 'a> Into<TextStyle<'a>> for &'b TextStyle<'a> { impl
|
/external/rust/crates/clap/src/args/ |
D | arg_matcher.rs | 265 impl<'a> Into<ArgMatches<'a>> for ArgMatcher<'a> { impl
|
/external/rust/crates/ahash/src/ |
D | hash_set.rs | 26 impl<T> Into<HashSet<T, crate::RandomState>> for AHashSet<T> { impl
|
D | hash_map.rs | 28 impl<K, V> Into<HashMap<K, V, crate::RandomState>> for AHashMap<K, V> { impl
|
/external/rust/crates/protobuf/src/ |
D | repeated.rs | 319 impl<T> Into<Vec<T>> for RepeatedField<T> { impl
|
/external/rust/crates/either/src/ |
D | lib.rs | 750 impl<L, R> Into<Result<R, L>> for Either<L, R> { impl
|
/external/crosvm/devices/src/virtio/snd/vios_backend/ |
D | shm_vios.rs | 675 impl Into<virtio_snd_pcm_set_params> for (u32, VioSStreamParams) { impl
|
/external/rust/crates/managed/src/ |
D | map.rs | 87 impl<T> Into<Option<T>> for RevOption<T> { impl
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 8472 auto EvaluateAsSizeT = [&](const Expr *E, APSInt &Into) { in getBytesReturnedByAllocSizeCall()
|