Home
last modified time | relevance | path

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

/external/rust/crates/serde_cbor/tests/
Dser.rs228 let mut long_s = Vec::new(); in test_byte_string() localVariable
229 serde_cbor::Serializer::new(&mut long_s) in test_byte_string()
232 assert_eq!(&long_s[0..3], [0x59, 1, 0]); in test_byte_string()
233 assert_eq!(&long_s[3..], &long_vec[..]); in test_byte_string()