Searched refs:error_strings (Results 1 – 2 of 2) sorted by relevance
287 static const char * const error_strings[8] = { in opus_strerror() local300 return error_strings[-error]; in opus_strerror()
16 def assertAllRaise(self, exception_type, regex, error_strings): argument17 for str in error_strings: