Home
last modified time | relevance | path

Searched refs:into_raw_buf (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/gdbstub/src/protocol/commands/
D_m.rs31 let (buf, body_range) = buf.into_raw_buf(); in from_packet()
/external/rust/crates/gdbstub/src/protocol/
Dpacket.rs112 pub fn into_raw_buf(self) -> (&'a mut [u8], core::ops::Range<usize>) { in into_raw_buf() method