OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SK_DEBUGBREAK
(Results
1 - 2
of
2
) sorted by null
/external/skia/legacy/include/core/
SkPostConfig.h
128
#ifndef
SK_DEBUGBREAK
129
#define
SK_DEBUGBREAK
(cond) do { if (!(cond)) { SkNO_RETURN_HINT(); __debugbreak(); }} while (false)
140
#ifndef
SK_DEBUGBREAK
141
#define
SK_DEBUGBREAK
(cond) do { if (!(cond)) SK_CRASH(); } while (false)
146
#ifndef
SK_DEBUGBREAK
147
#define
SK_DEBUGBREAK
(cond) do { if (cond) break; \
/external/skia/include/core/
SkPostConfig.h
149
#ifndef
SK_DEBUGBREAK
150
#define
SK_DEBUGBREAK
(cond) do { if (!(cond)) { SkNO_RETURN_HINT(); __debugbreak(); }} while (false)
161
#ifndef
SK_DEBUGBREAK
162
#define
SK_DEBUGBREAK
(cond) do { if (!(cond)) SK_CRASH(); } while (false)
167
#ifndef
SK_DEBUGBREAK
168
#define
SK_DEBUGBREAK
(cond) do { if (cond) break; \
Completed in 606 milliseconds