Searched defs:should_wait (Results 1 – 4 of 4) sorted by relevance
134 pub fn should_wait(&self) -> Wait { in should_wait() method183 let should_wait: bool = cli.should_wait().into(); in it_should_wait() localVariable191 let should_wait: bool = cli.should_wait().into(); in it_should_not_wait() localVariable
130 void set_should_wait(bool should_wait) { should_wait_ = should_wait; } in set_should_wait()
734 bool should_wait = delegate_->ShouldWait(this); in DoWait() local
680 let should_wait = if let Ok(cq_ref) = self.cq.borrow() { in wait_for_state_change() localVariable