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