Searched refs:abort_allowed_ (Results 1 – 4 of 4) sorted by relevance
38 bool Command::abort_allowed_ = false; member in Command50 if (!abort_allowed_) { in ParseType()
168 Command::abort_allowed_ = true; in TEST()360 Command::abort_allowed_ = true; in TEST()
215 Command::abort_allowed_ = true; in SetUp()1027 Command::abort_allowed_ = true; in SetUp()
385 static bool abort_allowed_; variable