Home
last modified time | relevance | path

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

/external/rust/crates/serde_cbor/tests/
Dser.rs204 let mut short_s = Vec::new(); in test_byte_string() localVariable
205 serde_cbor::Serializer::new(&mut short_s) in test_byte_string()
208 assert_eq!(&short_s[..], [0x44, 0, 1, 2, 255]); in test_byte_string()