Home
last modified time | relevance | path

Searched refs:d_channels (Results 1 – 8 of 8) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/prop/
H A Dtheory_proxy.cpp50 d_channels(channels), in TheoryProxy()
66 return d_channels->getLemmaInputChannel(); in inputChannel()
71 return d_channels->getLemmaOutputChannel(); in outputChannel()
H A Dtheory_proxy.h121 LemmaChannels* d_channels; variable
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qredisclient/3rdparty/qsshclient/src/
H A Dqsshclient.cpp313 d->d_channels.append(s); in openTcpSocket()
557 for (i = d_channels.constBegin(); i != d_channels.constEnd(); ++i){ in d_readyRead()
621 d_channels.removeAll(channel); in d_channelDestroyed()
H A Dqsshclient_p.h52 QList<QSshChannel*> d_channels; variable
/dports/math/cvc4/CVC4-1.7/src/smt/
H A Dsmt_engine.h407 LemmaChannels* d_channels; variable
1040 LemmaChannels* channels() { return d_channels; } in channels()
H A Dsmt_engine.cpp895 d_channels(new LemmaChannels()) in SmtEngine()
931 d_channels); in finishInit()
960 d_replayStream, d_channels); in finishInit()
1122 delete d_channels; in ~SmtEngine()
1123 d_channels = NULL; in ~SmtEngine()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory_engine.h471 LemmaChannels* d_channels; variable
H A Dtheory_engine.cpp319 d_channels(channels), in TheoryEngine()
1821 if(d_channels->getLemmaOutputChannel() != NULL) { in lemma()
1822 d_channels->getLemmaOutputChannel()->notifyNewLemma(node.toExpr()); in lemma()