Home
last modified time | relevance | path

Searched refs:is_none (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/rust/alloc/vec/
H A Dis_zero.rs109 self.is_none() in is_zero()
116 self.is_none() in is_zero()
132 self.is_none()
160 assert!(none.is_none());
162 self.is_none()
/openbmc/linux/rust/macros/
H A Dconcat_idents.rs20 assert!(it.next().is_none(), "only two idents can be concatenated"); in concat_idents()
H A Dpaste.rs30 span.is_none(), in concat()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dfifo_monitor_local.h90 bool is_none; member
H A Dfifo_monitor.c523 state->is_none = (data == HIVE_ISP_CSS_STREAM_SWITCH_NONE); in fifo_switch_get_state()