Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bytes/benches/
Dbuf.rs67 struct TestBufC { struct
70 impl TestBufC { impl
71 fn new(buf: &'static [u8], readlens: &'static [usize], init_pos: usize) -> TestBufC { in new()
80 impl Buf for TestBufC { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/benches/
H A 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