Home
last modified time | relevance | path

Searched refs:clusterStream (Results 1 – 5 of 5) sorted by relevance

/dports/biology/star/STAR-2.7.9a/source/
H A DSoloFeature_quantTranscript.cpp22 …ifstream &clusterStream = ifstrOpen(pSolo.clusterCBfile, ERROR_OUT, "SOLUTION: check the path and … in quantTranscript() local
24 while (clusterStream >> seq1) { in quantTranscript()
26 clusterStream >> icl1; in quantTranscript()
/dports/net/yate/yate-6.4.0-1/libs/yjabber/
H A Dyatejabber.h366 JBClusterStream* clusterStream();
783 virtual JBClusterStream* clusterStream() in clusterStream() function
1782 virtual JBClusterStream* clusterStream() in clusterStream() function
H A Djbengine.cpp1845 JBClusterStream* JBEvent::clusterStream() in clusterStream() function in JBEvent
1847 return m_stream ? m_stream->clusterStream() : 0; in clusterStream()
H A Djbstream.cpp2473 JBClusterStream* cluster = clusterStream(); in processFeaturesOut()
/dports/net/yate/yate-6.4.0-1/modules/jabber/
H A Djabberserver.cpp1188 if (ev->clusterStream() || !routeInternal(ev)) in processEvent()
1193 if (!ev->clusterStream()) in processEvent()
1215 if (!ev->clusterStream()) in processEvent()
2098 JBClusterStream* cluster = ev->clusterStream(); in processStartInCluster()
2374 JBClusterStream* s = ev->clusterStream(); in processStreamEventCluster()