Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dfield_matcher.rs192 let without_fields = formatted_actual_value.split('(').next().unwrap_or(""); in explain_match() localVariable
193 let without_fields = without_fields.split('{').next().unwrap_or("").trim_end(); in explain_match() localVariable
/aosp_15_r20/system/extras/libatrace_rust/src/
H A Dtracing_subscriber.rs54 pub fn without_fields(self) -> AtraceSubscriber { in without_fields() method