Home
last modified time | relevance | path

Searched refs:notifier_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dmediastream_unittest.cc51 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
/external/protobuf/src/google/protobuf/
Darena_unittest.cc89 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