Lines Matching refs:get
438 if (status.get().exited()) { in apply()
440 if (_argument.get() == status.get().exitstatus()) in apply()
447 _argument.get() % status.get().exitstatus()); in apply()
452 format_status(status.get())); in apply()
455 if (status.get().exited() && status.get().exitstatus() == EXIT_SUCCESS) in apply()
460 format_status(status.get())); in apply()
463 if (status.get().signaled()) { in apply()
465 if (_argument.get() == status.get().termsig()) in apply()
472 _argument.get() % status.get().termsig()); in apply()
477 format_status(status.get())); in apply()
481 format_status(status.get())); in apply()
484 if (status.get().exited() && status.get().exitstatus() == EXIT_FAILURE) in apply()
489 format_status(status.get())); in apply()
492 if (status.get().exited() && status.get().exitstatus() == EXIT_SUCCESS) in apply()
497 format_status(status.get())); in apply()
500 if (status.get().exited() && status.get().exitstatus() == EXIT_SUCCESS) in apply()
505 format_status(status.get())); in apply()
520 return model::test_result(model::test_result_broken, _reason.get()); in externalize()
528 _reason.get()); in externalize()
531 return model::test_result(model::test_result_failed, _reason.get()); in externalize()
537 return model::test_result(model::test_result_skipped, _reason.get()); in externalize()
598 % (argument ? (F("%s") % argument.get()).str() : "none") in operator <<()
599 % (reason ? text::quote(reason.get(), '\'') : "none"); in operator <<()
633 format_status(body_status.get())); in calculate_atf_result()