Home
last modified time | relevance | path

Searched defs:next_slice (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/format/
Dh264.rs32 let mut next_slice = self.0.next()?; in next() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/benches/
Dnext_slice.rs8 fn next_slice(c: &mut criterion::Criterion) { in next_slice() function
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/
Dmod.rs750 fn next_slice(&mut self, offset: usize) -> Self::Slice { in next_slice() method
815 fn next_slice(&mut self, offset: usize) -> Self::Slice { in next_slice() method
880 fn next_slice(&mut self, offset: usize) -> Self::Slice { in next_slice() method
954 fn next_slice(&mut self, offset: usize) -> Self::Slice { in next_slice() function
1058 fn next_slice(&mut self, offset: usize) -> Self::Slice { in next_slice() method
1115 fn next_slice(&mut self, offset: usize) -> Self::Slice { in next_slice() function
1168 fn next_slice(&mut self, offset: usize) -> Self::Slice { in next_slice() method
1221 fn next_slice(&mut self, offset: usize) -> Self::Slice { in next_slice() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc180 grpc_slice* next_slice = grpc_slice_buffer_peek_first(args_->read_buffer); in MoveReadBufferIntoHandshakeBuffer() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/
H A Dsecurity_handshaker.cc181 grpc_slice* next_slice = grpc_slice_buffer_peek_first(args_->read_buffer); in MoveReadBufferIntoHandshakeBuffer() local
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dmod.rs1080 let next_slice = unsafe { in get_async_capture_buffer() localVariable