Home
last modified time | relevance | path

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

/rust/kernel/
Dstr.rs566 let good_bytes = b"\xf0\x9f\xa6\x80\0"; in test_cstr_to_str() localVariable
582 let good_bytes = b"\xf0\x9f\x90\xA7\0"; in test_cstr_as_str_unchecked() localVariable
596 let good_bytes = CStr::from_bytes_with_nul(b"\xf0\x9f\xa6\x80\0").unwrap(); in test_cstr_display() localVariable
619 let good_bytes = CStr::from_bytes_with_nul(b"\xf0\x9f\xa6\x80\0").unwrap(); in test_cstr_debug() localVariable
633 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_display() localVariable
647 let good_bytes = BStr::from_bytes(b"\xf0\x9f\xa6\x80"); in test_bstr_debug() localVariable