Home
last modified time | relevance | path

Searched defs:make_err (Results 1 – 6 of 6) sorted by relevance

/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/colorsys-0.6.4/src/rgb/
H A Dfrom_str.rs10 let make_err = || Err(make_parse_err(s, "rgb or rgba")); in rgb() localVariable
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/colorsys-0.6.4/src/common/
H A Dhsv_hsl_from_str.rs39 let make_err = || Err(make_parse_err(s, &err_name)); in hsl_hsv_from_str() localVariable
/dports/textproc/aspell-ispell/aspell-0.60.8/common/
H A Dposib_err.hpp215 static inline PosibErrBase make_err(const ErrorInfo * inf, in make_err() function
/dports/textproc/aspell/aspell-0.60.8/common/
H A Dposib_err.hpp215 static inline PosibErrBase make_err(const ErrorInfo * inf, in make_err() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/src/models/
H A Dsource.rs143 fn make_err(self, context: &str, code: StatusCode) -> DataError { in make_err() method
/dports/www/firefox/firefox-99.0/testing/webdriver/src/
H A Dserver.rs442 let make_err = || { in build_route() localVariable