Searched defs:bytes_to_u64 (Results 1 – 3 of 3) sorted by relevance
109 pub fn bytes_to_u64(s: &[u8]) -> Result<u64, &'static str> { in bytes_to_u64() function
15 pub fn bytes_to_u64(s: &[u8]) -> Result<u64, &'static str> { in bytes_to_u64() function
76 pub(crate) fn bytes_to_u64(s: &[u8]) -> Result<u64, BerError> { in bytes_to_u64() function