Searched defs:i64 (Results 1 – 4 of 4) sorted by relevance
90 pub(crate) fn drop_unread(&mut self) -> i64 { in drop_unread()
122 pub fn try_as_i64(&self) -> Result<i64, Error> { in try_as_i64()
136 AllocationSize: *mut i64, in NtCreateFile()
1083 fn hex_to_decimal(mut count: i64, num: i64) -> Result<i64, HttpError> { in hex_to_decimal()