Home
last modified time | relevance | path

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

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