Lines Matching refs:bool
110 EnablePush(bool),
142 exclusive: bool,
244 pub fn is_end_stream(&self) -> bool {
249 pub fn is_end_headers(&self) -> bool {
254 pub fn is_padded(&self) -> bool {
259 pub fn is_ack(&self) -> bool {
269 pub fn set_end_stream(&mut self, end_stream: bool) {
278 pub fn set_end_headers(&mut self, end_headers: bool) {
287 pub fn set_padded(&mut self, padded: bool) {
429 pub fn enable_push(mut self, is_enable: bool) -> Self {
532 pub fn new(exclusive: bool, stream_dependency: u32, weight: u8) -> Self {
541 pub fn get_exclusive(&self) -> bool {
576 pub fn is_no_error(&self) -> bool {