Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dcrtest.cpp7 class LVCompareTestStream : public LVNamedStream class
162LVCompareTestStream( LVStreamRef stream1, LVStreamRef stream2 ) : m_base_stream1(stream1), m_base_… in LVCompareTestStream() function in LVCompareTestStream
163 ~LVCompareTestStream() { } in ~LVCompareTestStream()
168 return LVStreamRef( new LVCompareTestStream(stream1, stream2) ); in LVCreateCompareTestStream()