Home
last modified time | relevance | path

Searched defs:visit_bool (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/serde/serde/src/de/
Dignored_any.rs122 fn visit_bool<E>(self, x: bool) -> Result<Self::Value, E> { in visit_bool() method
Dmod.rs1309 fn visit_bool<E>(self, v: bool) -> Result<Self::Value, E> in visit_bool() method
Dimpls.rs64 fn visit_bool<E>(self, v: bool) -> Result<Self::Value, E> in visit_bool() method
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py116 def visit_bool(self): member in type_dumper_t
/third_party/rust/crates/log/src/kv/
Dvalue.rs344 fn visit_bool(&mut self, value: bool) -> Result<(), value_bag::Error> { in visit() function
682 fn visit_bool(&mut self, value: bool) -> Result<(), Error> { in visit_bool() method
746 fn visit_bool(&mut self, value: bool) -> Result<(), Error> { in visit_bool() function
/third_party/rust/crates/serde/serde/src/private/
Dde.rs319 fn visit_bool<F>(self, value: bool) -> Result<Self::Value, F> in visit_bool() method
547 fn visit_bool<F>(self, value: bool) -> Result<Self::Value, F> in visit_bool() method