Searched defs:read_uint128 (Results 1 – 6 of 6) sorted by relevance
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/byteorder-1.5.0/src/ |
D | lib.rs | 368 fn read_uint128(buf: &[u8], nbytes: usize) -> u128; in read_uint128() method 1969 fn read_uint128(buf: &[u8], nbytes: usize) -> u128 { in read_uint128() method 2156 fn read_uint128(buf: &[u8], nbytes: usize) -> u128 { in read_uint128() method
|
D | io.rs | 460 fn read_uint128<T: ByteOrder>(&mut self, nbytes: usize) -> Result<u128> { in read_uint128() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/byteorder-1.5.0/src/ |
D | lib.rs | 368 fn read_uint128(buf: &[u8], nbytes: usize) -> u128; in read_uint128() method 1969 fn read_uint128(buf: &[u8], nbytes: usize) -> u128 { in read_uint128() method 2156 fn read_uint128(buf: &[u8], nbytes: usize) -> u128 { in read_uint128() method
|
D | io.rs | 460 fn read_uint128<T: ByteOrder>(&mut self, nbytes: usize) -> Result<u128> { in read_uint128() method
|
/external/rust/android-crates-io/crates/byteorder/src/ |
D | lib.rs | 368 fn read_uint128(buf: &[u8], nbytes: usize) -> u128; in read_uint128() method 1969 fn read_uint128(buf: &[u8], nbytes: usize) -> u128 { in read_uint128() method 2156 fn read_uint128(buf: &[u8], nbytes: usize) -> u128 { in read_uint128() method
|
D | io.rs | 460 fn read_uint128<T: ByteOrder>(&mut self, nbytes: usize) -> Result<u128> { in read_uint128() method
|