/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/ |
H A D | error.rs | 7 pub enum MatchesError { enum 23 impl MatchesError { implementation 36 impl std::error::Error for MatchesError {} implementation 38 impl std::fmt::Display for MatchesError { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/ |
D | error.rs | 7 pub enum MatchesError { enum 23 impl MatchesError { impl 36 impl std::error::Error for MatchesError {} implementation 38 impl std::fmt::Display for MatchesError { implementation
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/ |
D | error.rs | 7 pub enum MatchesError { enum 23 impl MatchesError { impl 39 impl std::error::Error for MatchesError {} implementation 41 impl std::fmt::Display for MatchesError { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/ |
D | arg_matches.rs | 1062 ) -> Result<Option<&T>, MatchesError> { in try_get_one() argument 1080 ) -> Result<Option<ValuesRef<T>>, MatchesError> { in try_get_many() argument 1099 ) -> Result<Option<OccurrencesRef<T>>, MatchesError> { in try_get_occurrences() argument 1113 pub fn try_get_raw(&self, id: &str) -> Result<Option<RawValues<'_>>, MatchesError> { in try_get_raw() argument 1131 ) -> Result<Option<RawOccurrences<'_>>, MatchesError> { in try_get_raw_occurrences() argument 1149 ) -> Result<Option<T>, MatchesError> { in try_remove_one() argument 1164 ) -> Result<Option<Values<T>>, MatchesError> { in try_remove_many() argument 1183 ) -> Result<Option<Occurrences<T>>, MatchesError> { in try_remove_occurrences() argument 1198 pub fn try_contains_id(&self, id: &str) -> Result<bool, MatchesError> { in try_contains_id() argument 1209 fn try_get_arg(&self, arg: &str) -> Result<Option<&MatchedArg>, MatchesError> { in try_get_arg() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/matches/ |
H A D | arg_matches.rs | 1062 ) -> Result<Option<&T>, MatchesError> { in try_get_one() argument 1080 ) -> Result<Option<ValuesRef<T>>, MatchesError> { in try_get_many() argument 1099 ) -> Result<Option<OccurrencesRef<T>>, MatchesError> { in try_get_occurrences() argument 1113 pub fn try_get_raw(&self, id: &str) -> Result<Option<RawValues<'_>>, MatchesError> { in try_get_raw() argument 1131 ) -> Result<Option<RawOccurrences<'_>>, MatchesError> { in try_get_raw_occurrences() argument 1149 ) -> Result<Option<T>, MatchesError> { in try_remove_one() argument 1164 ) -> Result<Option<Values<T>>, MatchesError> { in try_remove_many() argument 1183 ) -> Result<Option<Occurrences<T>>, MatchesError> { in try_remove_occurrences() argument 1198 pub fn try_contains_id(&self, id: &str) -> Result<bool, MatchesError> { in try_contains_id() argument 1209 fn try_get_arg(&self, arg: &str) -> Result<Option<&MatchedArg>, MatchesError> { in try_get_arg() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/ |
D | arg_matches.rs | 1227 ) -> Result<Option<&T>, MatchesError> { in try_get_one() argument 1246 ) -> Result<Option<ValuesRef<T>>, MatchesError> { in try_get_many() argument 1263 pub fn try_get_raw(&self, id: &str) -> Result<Option<RawValues<'_>>, MatchesError> { in try_get_raw() argument 1282 ) -> Result<Option<T>, MatchesError> { in try_remove_one() argument 1298 ) -> Result<Option<Values2<T>>, MatchesError> { in try_remove_many() argument 1315 pub fn try_contains_id(&self, id: &str) -> Result<bool, MatchesError> { in try_contains_id() argument 1328 fn try_get_arg(&self, arg: &Id) -> Result<Option<&MatchedArg>, MatchesError> { in try_get_arg() argument 1337 ) -> Result<Option<&MatchedArg>, MatchesError> { in try_get_arg_t() argument 1352 ) -> Result<Option<MatchedArg>, MatchesError> { in try_remove_arg_t() argument 1374 ) -> Result<(), MatchesError> { in verify_arg_t() argument [all …]
|