Home
last modified time | relevance | path

Searched defs:from_external_error (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/
Derror.rs218 fn from_external_error(input: &I, kind: ErrorKind, e: EXT) -> Self { in from_external_error() function
332 fn from_external_error(input: &I, kind: ErrorKind, e: E) -> Self; in from_external_error() method
416 fn from_external_error(input: &I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
485 fn from_external_error(_input: &I, _kind: ErrorKind, _e: E) -> Self {} in from_external_error() method
590 fn from_external_error(_input: &I, _kind: ErrorKind, e: E) -> Self { in from_external_error() method
603 fn from_external_error(_input: &I, _kind: ErrorKind, _e: E) -> Self { in from_external_error() method
930 fn from_external_error(input: &I, kind: ErrorKind, e: E) -> Self { in from_external_error() function
1116 fn from_external_error(input: &I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
1201 fn from_external_error(_input: &I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/
Derror.rs53 fn from_external_error(input: I, kind: ErrorKind, e: E) -> Self; in from_external_error() method
86 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
116 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
130 fn from_external_error(_input: I, _kind: ErrorKind, _e: E) -> Self {} in from_external_error() method
204 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/
H A Derror.rs53 fn from_external_error(input: I, kind: ErrorKind, e: E) -> Self; in from_external_error() method
86 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
116 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
130 fn from_external_error(_input: I, _kind: ErrorKind, _e: E) -> Self {} in from_external_error() method
204 fn from_external_error(input: I, kind: ErrorKind, _e: E) -> Self { in from_external_error() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/
Dmod.rs89 fn from_external_error( in from_external_error() method