Home
last modified time | relevance | path

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

/xiu/library/bytesio/src/
H A Dbytes_reader.rs254 let xs: [u8; 3] = [1, 2, 3]; in test_rc_refcell() localVariable
255 reader.borrow_mut().extend_from_slice(&xs[..]); in test_rc_refcell()
291 let xs: [u8; 3] = [1, 2, 3]; in test_struct_rc_refcell() localVariable
292 ref_struct.extend_from_slice(&xs); in test_struct_rc_refcell()