Home | History | Annotate | Download | only in tests

Lines Matching defs:content

30   static const char content[] = "log_system.h";
33 // ratelimit content to 10/s to keep away from spam filters
34 // do not send identical content together to keep away from spam filters
38 SLOGV(content);
42 SLOGD(content);
46 SLOGI(content);
50 SLOGW(content);
54 SLOGE(content);
58 SLOGV_IF(true, content);
64 SLOGD_IF(true, content);
70 SLOGI_IF(true, content);
76 SLOGW_IF(true, content);
82 SLOGE_IF(true, content);
87 // give time for content to long-path through logger
100 for (size_t pos = 0; (pos = buf.find(content, pos)) != std::string::npos;