Searched refs:ChannelMessageSeriesEnd (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipstest.cpp54 comparison.ChannelMessageSeriesEnd("0");
55 comparison.ChannelMessageSeriesEnd("1");
90 comparison.ChannelMessageSeriesEnd("0");
91 comparison.ChannelMessageSeriesEnd("1");
133 comparison.ChannelMessageSeriesEnd("0");
134 comparison.ChannelMessageSeriesEnd("1");
171 comparison.ChannelMessageSeriesEnd("0");
172 comparison.ChannelMessageSeriesEnd("1");
H A Dmqueue.h78 bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true);
H A Dchannels.cpp202 bool ChannelSwitch::ChannelMessageSeriesEnd(const std::string &channel, int propagation, bool blocking) function in class:ChannelSwitch
215 if (m_it.Destination().ChannelMessageSeriesEnd(m_it.Channel(), propagation))
H A Dsimple.h95 bool ChannelMessageSeriesEnd(const std::string &, int, bool) {throw InputRejected();} function in class:InputRejecting
128 {return this->ChannelMessageSeriesEnd(DEFAULT_CHANNEL, propagation, blocking);}
136 // void ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1)
H A Dchannels.h100 bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true);
H A Dmqueue.cpp135 bool EqualityComparisonFilter::ChannelMessageSeriesEnd(const std::string &channel, int propagation, bool blocking) function in class:EqualityComparisonFilter
H A Dfilters.h485 bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true) function in class:Redirector
486 {return m_target && GetPassSignals() ? m_target->ChannelMessageSeriesEnd(channel, propagation, blocking) : false;}
528 bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true) function in class:OutputProxy
529 {return m_passSignal ? m_owner.AttachedTransformation()->ChannelMessageSeriesEnd(channel, propagation, blocking) : false;}
H A Dtest.cpp671 comparison.ChannelMessageSeriesEnd("0");
672 comparison.ChannelMessageSeriesEnd("1");
H A Dcryptlib.cpp371 bool BufferedTransformation::ChannelMessageSeriesEnd(const std::string &channel, int propagation, bool blocking) function in class:BufferedTransformation
H A Dcryptlib.h1008 virtual bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true);
H A Dfilters.cpp133 if (propagation && AttachedTransformation()->ChannelMessageSeriesEnd(channel, propagation-1, blocking))

Completed in 128 milliseconds