Searched refs:ResultErrorFormat (Results 1 – 2 of 2) sorted by relevance
132 std::string ResultErrorFormat(bool color);202 return fmt::format(fmt::runtime(ResultErrorFormat(color)), *this);
229 std::string ResultErrorFormat(bool color) { in ResultErrorFormat() function