/external/rust/android-crates-io/crates/itertools/src/ |
D | tee.rs | 21 pub struct Tee<I> struct 25 rcbuffer: Rc<RefCell<TeeBuffer<I::Item, I>>>, argument 29 pub fn new<I>(iter: I) -> (Tee<I>, Tee<I>) in new() argument 49 impl<I> Iterator for Tee<I> implementation 88 impl<I> ExactSizeIterator for Tee<I> implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | tee.rs | 21 pub struct Tee<I> struct 24 rcbuffer: Rc<RefCell<TeeBuffer<I::Item, I>>>, argument 28 pub fn new<I>(iter: I) -> (Tee<I>, Tee<I>) in new() argument 37 impl<I> Iterator for Tee<I> implementation 75 impl<I> ExactSizeIterator for Tee<I> implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | tee.rs | 21 pub struct Tee<I> struct 24 rcbuffer: Rc<RefCell<TeeBuffer<I::Item, I>>>, argument 28 pub fn new<I>(iter: I) -> (Tee<I>, Tee<I>) in new() argument 37 impl<I> Iterator for Tee<I> implementation 75 impl<I> ExactSizeIterator for Tee<I> implementation
|
/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | writer.rs | 634 pub struct Tee<A, B> { struct 635 a: A, 636 b: B, 1022 impl<A, B> Tee<A, B> { impl 1035 impl<'a, A, B> MakeWriter<'a> for Tee<A, B> implementation 1063 impl<A, B> io::Write for Tee<A, B> implementation
|
/external/guice/core/test/com/google/inject/ |
D | ErrorHandlingTest.java | 95 static class Tee { class in ErrorHandlingTest
|
D | PerformanceComparison.java | 281 interface Tee { interface in PerformanceComparison
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 551 MachineInstr *Tee = BuildMI(MBB, Insert, Insert->getDebugLoc(), in MoveAndTeeForMultiUse() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 650 MachineInstr *Tee = BuildMI(MBB, Insert, Insert->getDebugLoc(), in moveAndTeeForMultiUse() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 613 MachineInstr *Tee = BuildMI(MBB, Insert, Insert->getDebugLoc(), in moveAndTeeForMultiUse() local
|
/external/crosvm/io_uring/src/ |
D | uring.rs | 223 Tee = io_uring_op_IORING_OP_TEE, enumerator
|
/external/rust/android-crates-io/crates/rustix/src/ |
D | io_uring.rs | 368 Tee = sys::io_uring_op::IORING_OP_TEE as _, enumerator
|