Searched refs:as_bytes_with_nul (Results 1 – 7 of 7) sorted by relevance
37 let src = compatible.as_bytes_with_nul(); in new()
44 let src = id.as_bytes_with_nul(); in new()
108 let name = name.as_bytes_with_nul(); in new()109 let modname = modname.as_bytes_with_nul(); in new()
294 this = this.push_internal(module_name.as_bytes_with_nul()); in push_module_name()
341 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul() method
266 let name = name.as_bytes_with_nul().as_ptr(); in new()
1021 let src = name.as_bytes_with_nul();
Completed in 14 milliseconds