Home
last modified time | relevance | path

Searched defs:be_i64 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/nom/src/number/
Dcomplete.rs281 pub fn be_i64<'a, E: ParseError<&'a[u8]>>(i: &'a[u8]) -> IResult<&'a[u8], i64, E> { in be_i64() function
Dstreaming.rs273 pub fn be_i64<'a, E: ParseError<&'a[u8]>>(i: &'a[u8]) -> IResult<&'a[u8], i64, E> { in be_i64() function