Searched defs:visit_borrowed_str (Results 1 – 4 of 4) sorted by relevance
/third_party/rust/crates/log/src/kv/ |
D | value.rs | 352 fn visit_borrowed_str(&mut self, value: &'v str) -> Result<(), value_bag::Error> { in visit() function 692 fn visit_borrowed_str(&mut self, value: &'v str) -> Result<(), Error> { in visit_borrowed_str() method 754 fn visit_borrowed_str(&mut self, value: &'v str) -> Result<(), Error> { in visit_borrowed_str() function 1020 fn visit_borrowed_str(&mut self, value: &'v str) -> Result<(), Error> { in test_visit_borrowed_str() method
|
/third_party/rust/crates/serde/serde/src/de/ |
D | impls.rs | 608 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in visit_borrowed_str() method 650 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in visit_borrowed_str() method 1636 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in visit_borrowed_str() method
|
D | mod.rs | 1504 fn visit_borrowed_str<E>(self, v: &'de str) -> Result<Self::Value, E> in visit_borrowed_str() method
|
/third_party/rust/crates/serde/serde/src/private/ |
D | de.rs | 80 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in borrow_cow_str() method 153 fn visit_borrowed_str<E>(self, v: &'a str) -> Result<Self::Value, E> in borrow_cow_bytes() method 410 fn visit_borrowed_str<F>(self, value: &'de str) -> Result<Self::Value, F> in visit_borrowed_str() method 668 fn visit_borrowed_str<F>(self, value: &'de str) -> Result<Self::Value, F> in visit_borrowed_str() method
|