Searched defs:bytes_to_u64 (Results 1 – 4 of 4) sorted by relevance
49 pub fn bytes_to_u64(value: Vec<u8>) -> Option<u64> { in bytes_to_u64() function
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