SetLogHandler 790 third_party/protobuf/src/google/protobuf/stubs/common.h LIBPROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func); SetLogHandler 104 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc LogHandler* old_handler = SetLogHandler(NULL); SetLogHandler 111 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc EXPECT_TRUE(SetLogHandler(old_handler) == NULL); SetLogHandler 120 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc LogHandler* old_handler = SetLogHandler(&CaptureLog); SetLogHandler 126 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc EXPECT_TRUE(SetLogHandler(old_handler) == &CaptureLog); SetLogHandler 140 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc LogHandler* old_handler = SetLogHandler(&CaptureLog); SetLogHandler 152 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc EXPECT_TRUE(SetLogHandler(old_handler) == &CaptureLog); SetLogHandler 218 third_party/protobuf/src/google/protobuf/testing/googletest.cc old_handler_ = SetLogHandler(&HandleLog); SetLogHandler 222 third_party/protobuf/src/google/protobuf/testing/googletest.cc SetLogHandler(old_handler_);