Searched refs:expected_exceptions (Results 1 – 1 of 1) sorted by relevance
1987 const char* expected_exceptions[] = { in CheckAndClearResolveException() local1997 for (size_t i = 0; (found == false) && (i < arraysize(expected_exceptions)); ++i) { in CheckAndClearResolveException()1998 if (strcmp(descriptor, expected_exceptions[i]) == 0) { in CheckAndClearResolveException()