Home
last modified time | relevance | path

Searched defs:Splice (Results 1 – 25 of 39) sorted by relevance

12

/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/vec/
Dsplice.rs21 pub struct Splice< struct
31 impl<I: Iterator, A: Allocator> Iterator for Splice<'_, I, A> { implementation
44 impl<I: Iterator, A: Allocator> DoubleEndedIterator for Splice<'_, I, A> { implementation
51 impl<I: Iterator, A: Allocator> ExactSizeIterator for Splice<'_, I, A> {} implementation
54 impl<I: Iterator, A: Allocator> Drop for Splice<'_, I, A> { implementation
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/vec/
Dsplice.rs21 pub struct Splice< struct
31 impl<I: Iterator, A: Allocator> Iterator for Splice<'_, I, A> { argument
44 impl<I: Iterator, A: Allocator> DoubleEndedIterator for Splice<'_, I, A> { implementation
51 impl<I: Iterator, A: Allocator> ExactSizeIterator for Splice<'_, I, A> {} implementation
54 impl<I: Iterator, A: Allocator> Drop for Splice<'_, I, A> { implementation
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/vec/
Dsplice.rs21 pub struct Splice< struct
31 impl<I: Iterator, A: Allocator> Iterator for Splice<'_, I, A> { argument
44 impl<I: Iterator, A: Allocator> DoubleEndedIterator for Splice<'_, I, A> { implementation
51 impl<I: Iterator, A: Allocator> ExactSizeIterator for Splice<'_, I, A> {} implementation
54 impl<I: Iterator, A: Allocator> Drop for Splice<'_, I, A> { implementation
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/vec/
Dsplice.rs21 pub struct Splice< struct
31 impl<I: Iterator, A: Allocator> Iterator for Splice<'_, I, A> { implementation
44 impl<I: Iterator, A: Allocator> DoubleEndedIterator for Splice<'_, I, A> { implementation
51 impl<I: Iterator, A: Allocator> ExactSizeIterator for Splice<'_, I, A> {} implementation
54 impl<I: Iterator, A: Allocator> Drop for Splice<'_, I, A> { implementation
/prebuilts/go/linux-x86/src/internal/poll/
Dsplice_linux.go34 func Splice(dst, src *FD, remain int64) (written int64, handled bool, err error) { func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsyscall_linux_386.go289 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { func
Dzsyscall_linux_s390x.go321 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
Dzsyscall_linux_loong64.go235 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
Dzsyscall_linux_arm64.go301 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
Dzsyscall_linux_riscv64.go281 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
Dzsyscall_linux_arm.go424 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { func
Dzsyscall_linux_ppc.go320 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { func
Dzsyscall_linux_sparc64.go341 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
Dzsyscall_linux_amd64.go346 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
Dzsyscall_linux_mips64.go290 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
Dzsyscall_linux_mips64le.go290 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
Dzsyscall_linux_mipsle.go260 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { func
Dzsyscall_linux_mips.go260 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { func
Dzsyscall_linux_ppc64le.go361 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
Dzsyscall_linux_ppc64.go361 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) { func
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dkernel_copy.rs706 Splice, enumerator
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dkernel_copy.rs706 Splice, enumerator
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dkernel_copy.rs706 Splice, enumerator
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dkernel_copy.rs706 Splice, enumerator
/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_linux_386.go1302 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error) { func

12