Searched refs:exceptionString (Results 1 – 2 of 2) sorted by relevance
470 std::string_view exceptionString = currentException->GetClass()->GetDescriptor(); in FindClass() local471 if (exceptionString == panda_file_items::class_descriptors::LINKER_CLASS_NOT_FOUND_ERROR) { in FindClass()
522 std::string_view exceptionString = currentException->GetClass()->GetDescriptor(); in DoFind() local523 if (exceptionString == panda_file_items::class_descriptors::LINKER_CLASS_NOT_FOUND_ERROR) { in DoFind()