Searched refs:notifier_ (Results 1 – 2 of 2) sorted by relevance
51 explicit MockObserver(NotifierInterface* notifier) : notifier_(notifier) { in MockObserver()52 notifier_->RegisterObserver(this); in MockObserver()58 if (notifier_) { in Unregister()59 notifier_->UnregisterObserver(this); in Unregister()60 notifier_ = nullptr; in Unregister()67 NotifierInterface* notifier_; member in webrtc::MockObserver
89 SimpleDataType() : notifier_(NULL) {} in SimpleDataType()91 notifier_ = notifier; in SetNotifier()94 if (notifier_ != NULL) { in ~SimpleDataType()95 notifier_->Notify(); in ~SimpleDataType()99 Notifier* notifier_; member in google::protobuf::__anon69e6ce8d0111::SimpleDataType