Home
last modified time | relevance | path

Searched refs:MultiBuf (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/demo/src/
H A Dmain.rs11 type MultiBuf; types
13 fn next_chunk(buf: &mut MultiBuf) -> &[u8]; in next_chunk()
23 fn put(&self, parts: &mut MultiBuf) -> u64; in put()
34 pub struct MultiBuf { structure names
38 pub fn next_chunk(buf: &mut MultiBuf) -> &[u8] { in next_chunk()
49 let mut buf = MultiBuf { chunks, pos: 0 }; in main()
H A Dblobstore.cc28 uint64_t BlobstoreClient::put(MultiBuf &buf) const { in put()
/third_party/rust/crates/cxx/demo/include/
H A Dblobstore.h8 struct MultiBuf;
14 uint64_t put(MultiBuf &buf) const;

Completed in 3 milliseconds