Home
last modified time | relevance | path

Searched refs:take_ul (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rust-cexpr/src/
Dliteral.rs247 fn take_ul(input: &[u8]) -> IResult<&[u8], &[u8]> { in take_ul() function
277 opt(take_ul), in c_int()