Home
last modified time | relevance | path

Searched refs:m_notifying (Results 1 – 3 of 3) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DNotifier.h51 bool m_notifying; variable
53 NotifierState() : m_notifying(false) {} in NotifierState()
69 if (m_notifying) in addObserver()
85 if (m_notifying) { in removeObserver()
97 const SetBool notifying(m_notifying); in notify()
112 const SetBool notifying(m_notifying); in notify()
127 const SetBool notifying(m_notifying); in notify()
142 const SetBool notifying(m_notifying); in notify()
157 const SetBool notifying(m_notifying); in notify()
172 const SetBool notifying(m_notifying); in notify()
/dports/mail/emailrelay/emailrelay-1.9/src/gsmtp/
H A Dgadminserver.cpp45 m_notifying(false) , in AdminServerPeer()
108 m_notifying = true ; in onReceive()
242 if( m_notifying ) in notify()
H A Dgadminserver.h104 bool m_notifying ; variable