Home
last modified time | relevance | path

Searched refs:onReadConnected (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/irc/
H A DIrcServer.hpp31 void onReadConnected(IrcConnection *connection) override;
H A DIrcServer.cpp164 void IrcServer::onReadConnected(IrcConnection *connection) in onReadConnected() function in chatterino::IrcServer
175 AbstractIrcServer::onReadConnected(connection); in onReadConnected()
H A DAbstractIrcServer.hpp71 virtual void onReadConnected(IrcConnection *connection);
H A DAbstractIrcServer.cpp72 this->onReadConnected(this->readConnection_.get()); in AbstractIrcServer()
291 void AbstractIrcServer::onReadConnected(IrcConnection *connection) in onReadConnected() function in chatterino::AbstractIrcServer