Lines Matching refs:bool
42 default_bool: bool,
43 inv: bool,
63 pub const fn default_bool(mut self, default_bool: bool) -> Self { in default_bool()
68 pub const fn inv(mut self, inv: bool) -> Self { in inv()
125 pub fn value_bool(&self) -> Option<bool> { in value_bool() argument
144 pub fn is_arg(&self) -> bool { in is_arg() argument
148 pub fn is_kv(&self) -> bool { in is_kv() argument
152 pub fn is_early_kv(&self) -> bool { in is_early_kv() argument
171 value: bool,
172 initialized: bool,
174 inv: bool,
175 default: bool,
179 pub fn value(&self) -> bool { in value() argument
187 initialized: bool,
196 initialized: bool,