Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/googletest/src/matchers/
Deq_matcher.rs111 &to_display_output(&actual_debug).unwrap(), in explain_match()
112 &to_display_output(&expected_debug).unwrap(), in explain_match()
134 fn to_display_output(string: &str) -> Option<String> { in to_display_output() function