Searched refs:sErrorCodesMap (Results 1 – 1 of 1) sorted by relevance
25 static const std::map<int, std::string> sErrorCodesMap = { variable115 auto it = sErrorCodesMap.find(errcode); in sqlite3_error_code_to_msg()116 if (it != sErrorCodesMap.end()) { in sqlite3_error_code_to_msg()