Home
last modified time | relevance | path

Searched defs:visit_bool (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/serde/serde/src/de/
H A Dignored_any.rs121 fn visit_bool<E>(self, x: bool) -> Result<Self::Value, E> { in visit_bool() functions
H A Dmod.rs1309 fn visit_bool<E>(self, v: bool) -> Result<Self::Value, E> in visit_bool() functions
H A Dimpls.rs63 fn visit_bool<E>(self, v: bool) -> Result<Self::Value, E> in visit_bool() functions
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py116 def visit_bool(self): member in type_dumper_t
/third_party/rust/crates/log/src/kv/
H A Dvalue.rs344 fn visit_bool(&mut self, value: bool) -> Result<(), value_bag::Error> { in visit_bool() functions
682 fn visit_bool(&mut self, value: bool) -> Result<(), Error> { in visit_bool() functions
746 fn visit_bool(&mut self, value: bool) -> Result<(), Error> { in visit_bool() functions
/third_party/rust/crates/serde/serde_derive/src/
H A Dde.rs2259 fn visit_bool<__E>(self, __value: bool) -> _serde::__private::Result<Self::Value, __E> in deserialize_identifier() functions
/third_party/rust/crates/serde/serde/src/private/
H A Dde.rs333 fn visit_bool<F>(self, value: bool) -> Result<Self::Value, F> in visit_bool() functions
565 fn visit_bool<F>(self, value: bool) -> Result<Self::Value, F> in visit_bool() functions

Completed in 14 milliseconds