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

/external/chromium/googleurl/base/
H A Dlogging.h204 struct CheckOpString { struct in namespace:logging
205 CheckOpString(std::string* str) : str_(str) { } function in struct:logging::CheckOpString
275 while (logging::CheckOpString _result = \
319 while (CheckOpString _result = \
431 LogMessage(const char* file, int line, const CheckOpString& result);
/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 31 milliseconds