Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/
Dlib.rs201 fn with_failure_message(self, provider: impl FnOnce() -> String) -> Self; in with_failure_message() method
219 fn with_failure_message(mut self, provider: impl FnOnce() -> String) -> Self { in with_failure_message() method