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

  /external/libprotobuf-mutator/examples/libfuzzer/
libfuzzer_bin_example.cc 20 protobuf_mutator::protobuf::LogSilencer log_silincer;
libfuzzer_example.cc 20 protobuf_mutator::protobuf::LogSilencer log_silincer;
  /external/libprotobuf-mutator/examples/expat/
expat_example.cc 24 protobuf_mutator::protobuf::LogSilencer log_silincer;
  /external/libprotobuf-mutator/examples/libxml2/
libxml2_example.cc 23 protobuf_mutator::protobuf::LogSilencer log_silincer;
  /external/protobuf/src/google/protobuf/stubs/
logging.h 211 // to NULL to ignore log messages (but see also LogSilencer, below).
217 // the warnings are not important to you), use the LogSilencer class
221 // Create a LogSilencer if you want to temporarily suppress all log
222 // messages. As long as any LogSilencer objects exist, non-fatal
224 // be called). Constructing a LogSilencer is thread-safe. You may
228 class LIBPROTOBUF_EXPORT LogSilencer {
230 LogSilencer();
231 ~LogSilencer();
common.cc 289 LogSilencer::LogSilencer() {
295 LogSilencer::~LogSilencer() {
common_unittest.cc 144 LogSilencer* silencer1 = new LogSilencer;
146 LogSilencer* silencer2 = new LogSilencer;
  /external/libprotobuf-mutator/src/
utf8_fix_test.cc 22 protobuf::LogSilencer log_silincer;

Completed in 461 milliseconds