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

/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc287 LogSilencer::LogSilencer() { function in class:google::protobuf::LogSilencer
293 LogSilencer::~LogSilencer() {
H A Dlogging.h211 // 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 { class in namespace:google::protobuf
230 LogSilencer();
231 ~LogSilencer();

Completed in 111 milliseconds