Lines Matching refs:assertion
46 on the assertion line and not in some random guts of SDL, and so each
180 # error Unknown assertion level.
183 /* this assertion is never disabled at any level. */
191 * \brief Set an application-defined assertion handler.
193 * This allows an app to show its own assertion UI and/or force the
194 * response to an assertion failure. If the app doesn't provide this, SDL
205 * \return SDL_assert_state value of how to handle the assertion failure.
207 * \param handler Callback function, called when an assertion fails.
215 * \brief Get the default assertion handler.
218 * assertion is triggered. This is an internal function provided by SDL,
227 * \brief Get the current assertion handler.
229 * This returns the function pointer that is called when an assertion is
244 * \brief Get a list of all assertion failures.
268 * \brief Reset the list of all assertion failures.