Searched refs:reason_ (Results 1 – 4 of 4) sorted by relevance
53 engine::format_error::format_error(const std::string& reason_) : in format_error() argument54 error(reason_) in format_error()70 const std::string& reason_) : in load_error() argument71 error(F("Load of '%s' failed: %s") % file_ % reason_), in load_error()73 reason(reason_) in load_error()
257 engine::atf_result::atf_result(const types type_, const std::string& reason_) : in atf_result() argument258 _type(type_), _reason(reason_) in atf_result()270 const std::string& reason_) : in atf_result() argument271 _type(type_), _argument(argument_), _reason(reason_) in atf_result()
111 const std::string& reason_) : in option_argument_value_error() argument113 option_ % reason_), in option_argument_value_error()116 _reason(reason_) in option_argument_value_error()
80 const std::string& reason_) : in test_result() argument82 _reason(reason_) in test_result()