Home
last modified time | relevance | path

Searched defs:parse_next (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/
Dparser.rs32 fn parse_next(&mut self, i: &mut I) -> PResult<O, E> { in parse_next() function
76 fn parse_next(&mut self, i: &mut I) -> PResult<O2, E> { in parse_next() function
131 fn parse_next(&mut self, input: &mut I) -> PResult<O2, E> { in parse_next() function
188 fn parse_next(&mut self, input: &mut I) -> PResult<O2, E> { in parse_next() function
245 fn parse_next(&mut self, i: &mut I) -> PResult<O2, E> { in parse_next() function
300 fn parse_next(&mut self, i: &mut I) -> PResult<O2, E> { in parse_next() function
356 fn parse_next(&mut self, i: &mut I) -> PResult<O2, E> { in parse_next() function
382 fn parse_next(&mut self, input: &mut I) -> PResult<O, E> { in parse_next() function
446 fn parse_next(&mut self, input: &mut I) -> PResult<O, E> { in parse_next() function
495 fn parse_next(&mut self, input: &mut I) -> PResult<O2, E> { in parse_next() function
[all …]
Dmulti.rs291 fn parse_next(&mut self, i: &mut I) -> PResult<C, E> { in parse_next() function
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/
Dparser.rs80 fn parse_next(&mut self, input: &mut I) -> PResult<O, E>; in parse_next() method
714 fn parse_next(&mut self, i: &mut I) -> PResult<O, E> { in parse_next() function
741 fn parse_next(&mut self, i: &mut I) -> PResult<u8, E> { in parse_next() function
769 fn parse_next(&mut self, i: &mut I) -> PResult<<I as Stream>::Token, E> { in parse_next() function
798 fn parse_next(&mut self, i: &mut I) -> PResult<<I as Stream>::Slice, E> { in parse_next() function
830 fn parse_next(&mut self, i: &mut I) -> PResult<<I as Stream>::Slice, E> { in parse_next() function
859 fn parse_next(&mut self, i: &mut I) -> PResult<<I as Stream>::Slice, E> { in parse_next() function
892 fn parse_next(&mut self, i: &mut I) -> PResult<<I as Stream>::Slice, E> { in parse_next() function
921 fn parse_next(&mut self, i: &mut I) -> PResult<<I as Stream>::Slice, E> { in parse_next() function
953 fn parse_next(&mut self, i: &mut I) -> PResult<<I as Stream>::Slice, E> { in parse_next() function
[all …]
/aosp_15_r20/system/memory/mmd/src/zram/
Dstats.rs37 fn parse_next<T: std::str::FromStr>( in parse_next() function
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/debug/
Dinternals.rs49 fn parse_next(&mut self, i: &mut I) -> PResult<O, E> { in parse_next() function
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/network/
Dpxe.rs257 let mut parse_next = move || { in tftp_read_dir() localVariable
390 let mut parse_next = move || { in mtftp_read_dir() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/proto/network/
Dpxe.rs257 let mut parse_next = move || { in tftp_read_dir() localVariable
390 let mut parse_next = move || { in mtftp_read_dir() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c422 const DWORD *parse_next; member