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

  /external/nanopb-c/
pb.h 116 #define STATIC_ASSERT_MSG(MSG, LINE, COUNTER) STATIC_ASSERT_MSG_(MSG, LINE, COUNTER)
117 #define STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) static_assertion_##MSG##LINE##COUNTER
  /external/chromium_org/third_party/cld/base/
logging.h 52 // LOG_EVERY_N(INFO, 10) << "Got the " << COUNTER << "th cookie";
55 // times it is executed. Note that the special COUNTER value is used to
61 // LOG_IF_EVERY_N(INFO, (size > 1024), 10) << "Got the " << COUNTER
66 // LOG_FIRST_N(INFO, 20) << "Got the " << COUNTER << "th cookie";
83 // DLOG_EVERY_N(INFO, 10) << "Got the " << COUNTER << "th cookie";
129 // "with --v=1 or more. Present occurence is " << COUNTER;
133 // "Present occurence is " << COUNTER;
298 #define GOOGLE_LOG_INFO(counter) \
299 LogMessage(__FILE__, __LINE__, INFO, counter, &LogMessage::SendToLog)
300 #define SYSLOG_INFO(counter) \
    [all...]

Completed in 399 milliseconds