Searched defs:u8s (Results 1 – 8 of 8) sorted by relevance
114 let u8s: &[u8] = unsafe { crate::slice::from_raw_parts(words.cast() as *const u8, nbytes) }; in getenv() localVariable
124 vector<uint8_t> u8s(begin(TESTDATA_U8), end(TESTDATA_U8)); in TEST_F() local
447 bytes u8s = 3; field
1283 let u8s = [101u8, 255, 42, 117]; in test_slice_parcelables() localVariable