Home
last modified time | relevance | path

Searched refs:getPastStream (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/soothsayer/soothsayer-0.6.3/test/lib/core/
H A DcontextTrackerTest.cpp102 std::cerr << "pastStream: " << hT.getPastStream() << std::endl; in testGetToken()
138 CPPUNIT_ASSERT_EQUAL( partial_str, hT.getPastStream() ); in testGetPastStream()
171 << " - context: " << contextTracker->getPastStream() << '|' << std::endl; in testContextChange()
208 << " - context: " << contextTracker->getPastStream() << '|' << std::endl; in testCumulativeContextChange()
/dports/deskutils/presage/presage-0.9.1/src/lib/core/context_tracker/
H A DcontextTracker.cpp123 return contextChangeDetector->context_change(getPastStream()); in contextChange()
129 std::string change = contextChangeDetector->change(getPastStream()); in update()
137 contextChangeDetector->update_sliding_window(getPastStream()); in update()
265 std::string ContextTracker::getPastStream() const in getPastStream() function in ContextTracker
H A DcontextTracker.h177 std::string getPastStream () const;
/dports/deskutils/presage/presage-0.9.1/test/lib/core/context_tracker/
H A DcontextTrackerTest.cpp132 CPPUNIT_ASSERT_EQUAL( partial_str, hT.getPastStream() ); in testGetPastStream()
206 << " - context: " << contextTracker->getPastStream() << '|' << std::endl; in testCumulativeContextChange()
/dports/textproc/soothsayer/soothsayer-0.6.3/src/lib/core/
H A DcontextTracker.h165 std::string getPastStream () const;
H A DcontextTracker.cpp381 std::string ContextTracker::getPastStream() const in getPastStream() function in ContextTracker
/dports/textproc/soothsayer/soothsayer-0.6.3/test/lib/plugins/
H A DpluginsTestMockObjects.cpp76 std::string ContextTracker::getPastStream() const in getPastStream() function in ContextTracker
/dports/deskutils/presage/presage-0.9.1/test/lib/predictors/
H A DpredictorsTestMockObjects.cpp83 std::string ContextTracker::getPastStream() const in getPastStream() function in ContextTracker
/dports/textproc/soothsayer/soothsayer-0.6.3/src/lib/
H A Dsoothsayer.cpp122 return contextTracker->getPastStream(); in context()
/dports/deskutils/presage/presage-0.9.1/src/lib/
H A Dpresage.cpp203 return contextTracker->getPastStream(); in context()