Searched refs:AssertNoBreak (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/base/ |
D | common.h | 119 inline bool AssertNoBreak(bool result, const char* function, const char* file, in AssertNoBreak() function 138 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \ 149 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
|