Home
last modified time | relevance | path

Searched defs:visit_borrowed_str (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/log/src/kv/
H A Dvalue.rs352 fn visit_borrowed_str(&mut self, value: &'v str) -> Result<(), value_bag::Error> { in visit_borrowed_str() functions
692 fn visit_borrowed_str(&mut self, value: &'v str) -> Result<(), Error> { in visit_borrowed_str() functions
754 fn visit_borrowed_str(&mut self, value: &'v str) -> Result<(), Error> { in visit_borrowed_str() functions
1020 fn visit_borrowed_str(&mut self, value: &'v str) -> Result<(), Error> { in test_visit_borrowed_str() functions
/third_party/rust/crates/serde/serde_derive/src/
H A Dde.rs2389 fn visit_borrowed_str<__E>(self, __value: &'de str) -> _serde::__private::Result<Self::Value, __E> in deserialize_identifier() functions
/third_party/rust/crates/serde/serde/src/de/
H A Dmod.rs1504 fn visit_borrowed_str<E>(self, v: &'de str) -> Result<Self::Value, E> in visit_borrowed_str() functions
H A Dimpls.rs628 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in visit_borrowed_str() functions
670 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in visit_borrowed_str() functions
1695 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in visit_borrowed_str() functions
/third_party/rust/crates/serde/serde/src/private/
H A Dde.rs83 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in borrow_cow_str() functions
156 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in borrow_cow_bytes() functions
424 fn visit_borrowed_str<F>(self, value: &'de str) -> Result<Self::Value, F> in visit_borrowed_str() functions
686 fn visit_borrowed_str<F>(self, value: &'de str) -> Result<Self::Value, F> in visit_borrowed_str() functions
[all...]

Completed in 14 milliseconds