Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Derror.rs42 UnableToInvertFunction(&'static str), enumerator
180 Self::UnableToInvertFunction(name) => write!(f, "unable to invert function {name}"), in fmt()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/value/
H A Dbuilt_in_function.rs75 _ => return Err(FendError::UnableToInvertFunction(self.as_str())), in invert()