HomeSort by relevance Sort by last modified time
    Searched defs:CheckOpString (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/base/
logging.h 204 struct CheckOpString {
205 CheckOpString(std::string* str) : str_(str) { }
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/
logging.h 425 struct CheckOpString {
426 CheckOpString(string* str) : str_(str) { }
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 = \
    [all...]

Completed in 124 milliseconds