Home
last modified time | relevance | path

Searched refs:SDL_AssertData (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_assert.h111 typedef struct SDL_AssertData struct
119 const struct SDL_AssertData *next; argument
120 } SDL_AssertData; typedef
125 extern DECLSPEC SDL_AssertState SDLCALL SDL_ReportAssertion(SDL_AssertData *,
148 static struct SDL_AssertData sdl_assert_data = { \
189 const SDL_AssertData* data, void* userdata);
266 extern DECLSPEC const SDL_AssertData * SDLCALL SDL_GetAssertionReport(void);
280 #define SDL_assert_data SDL_AssertData
/AliOS-Things-master/components/SDL2/test/
A Dtestplatform.c407 const SDL_AssertData *item = SDL_GetAssertionReport(); in TestAssertions()

Completed in 4 milliseconds