Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/field/
Ddebug.rs62 fn record_str(&mut self, field: &Field, value: &str) { in record_str() function
Ddisplay.rs64 fn record_str(&mut self, field: &Field, value: &str) { in record_str() function
Ddelimited.rs103 fn record_str(&mut self, field: &Field, value: &str) { in record_str() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/src/
Dlib.rs1103 fn record_str(&mut self, field: &Field, value: &str) { in fmt() method
/aosp_15_r20/system/extras/libatrace_rust/src/
H A Dtracing_subscriber.rs158 fn record_str(&mut self, field: &tracing::field::Field, value: &str) { in on_event() method
214 fn record_str(&mut self, field: &tracing::field::Field, value: &str) { in record_str() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dpretty.rs441 fn record_str(&mut self, field: &Field, value: &str) { in record_str() method
Djson.rs523 fn record_str(&mut self, field: &Field, value: &str) { in record_str() method
Dmod.rs1241 fn record_str(&mut self, field: &Field, value: &str) { in record_str() method
/aosp_15_r20/packages/modules/adb/client/
Dmdnsresponder_client.cpp454 std::vector<char> record_str(txt_len + 1, '\0'); in ParseVersionFromTxtRecord() local
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Dfield.rs550 fn record_str(&mut self, field: &Field, value: &str) { in record_str() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dfield.rs307 fn record_str(&mut self, field: &Field, value: &str) { in record_str() method