Searched refs:LogAssert (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcommon.cc54 void LogAssert(const char* function, const char* file, int line, function in namespace:rtc
H A Dcommon.h72 // Even for release builds, allow for the override of LogAssert. Though no
83 // LogAssert writes information about an assertion to the log. It's called by
86 void LogAssert(const char* function, const char* file, int line,
94 // Sets a custom assert logger to be used instead of the default LogAssert
114 LogAssert(function, file, line, expression);
125 LogAssert(function, file, line, expression);

Completed in 298 milliseconds