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

/external/chromium_org/third_party/cld/base/
H A Dlogging.h425 struct CheckOpString { struct
426 CheckOpString(string* str) : str_(str) { } function in struct:CheckOpString
509 log(__FILE__, __LINE__, CheckOpString(_result)).stream()
511 // In optimized mode, use CheckOpString to hint to compiler that
514 while (CheckOpString _result = \
584 while (CheckOpString _result = \
589 while (CheckOpString _result = \
934 LogMessage(const char* file, int line, const CheckOpString& result);
1046 LogMessageFatal(const char* file, int line, const CheckOpString& result);
1054 const CheckOpString
[all...]

Completed in 95 milliseconds