Searched refs:NullLogHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc118 void NullLogHandler(LogLevel level, const char* filename, int line, function in namespace:google::protobuf::internal
210 if (old == &internal::NullLogHandler) {
214 internal::log_handler_ = &internal::NullLogHandler;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc118 void NullLogHandler(LogLevel level, const char* filename, int line, function in namespace:google::protobuf::internal
206 if (old == &internal::NullLogHandler) {
210 internal::log_handler_ = &internal::NullLogHandler;

Completed in 115 milliseconds