Searched refs:GSErrorStrs (Results 1 – 2 of 2) sorted by relevance
34 const std::map<GSError, std::string> GSErrorStrs = { variable93 auto it = GSErrorStrs.find(static_cast<GSError>(err - diff)); in GSErrorStr()94 if (it == GSErrorStrs.end()) { in GSErrorStr()