Home
last modified time | relevance | path

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

/external/rust/crates/bytes/benches/
Dbuf.rs67 struct TestBufC { struct
70 impl TestBufC { argument
71 fn new(buf: &'static [u8], readlens: &'static [usize], init_pos: usize) -> TestBufC { in new()
80 impl Buf for TestBufC { implementation