Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bytes/benches/
Dbuf.rs10 struct TestBuf { struct
18 impl TestBuf { impl
19 fn new(buf: &'static [u8], readlens: &'static [usize], init_pos: usize) -> TestBuf { in new()
47 impl Buf for TestBuf { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/benches/
H A Dbuf.rs10 struct TestBuf { struct
18 impl TestBuf { argument
19 fn new(buf: &'static [u8], readlens: &'static [usize], init_pos: usize) -> TestBuf { in new()
47 impl Buf for TestBuf { implementation
/aosp_15_r20/external/webrtc/rtc_base/
H A Dbuffer_unittest.cc33 void TestBuf(const Buffer& b1, size_t size, size_t capacity) { in TestBuf() function