Lines Matching defs:bool
36 pub fn f(&self) -> bool { in f()
48 pub fn is_type_vcl_unit(&self) -> bool { in is_type_vcl_unit()
68 pub fn is_aggregation_packet(&self) -> bool { in is_aggregation_packet()
73 pub fn is_fragmentation_unit(&self) -> bool { in is_fragmentation_unit()
78 pub fn is_paci_packet(&self) -> bool { in is_paci_packet()
115 pub fn with_donl(&mut self, value: bool) { in with_donl()
280 pub fn with_donl(&mut self, value: bool) { in with_donl()
396 pub fn s(&self) -> bool { in s()
402 pub fn e(&self) -> bool { in e()
447 pub fn with_donl(&mut self, value: bool) { in with_donl()
551 pub fn a(&self) -> bool { in a()
569 pub fn f0(&self) -> bool { in f0()
575 pub fn f1(&self) -> bool { in f1()
581 pub fn f2(&self) -> bool { in f2()
587 pub fn y(&self) -> bool { in y()
677 pub fn s(&self) -> bool { in s()
684 pub fn e(&self) -> bool { in e()
729 pub fn with_donl(&mut self, value: bool) { in with_donl()
788 fn is_partition_head(&self, _payload: &Bytes) -> bool { in is_partition_head()
793 fn is_partition_tail(&self, marker: bool, _payload: &Bytes) -> bool { in is_partition_tail()