Searched refs:m_eoftype (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h72 : m_data(NULL), m_eoftype(eoftype) { SetData(out); }
94 int m_eoftype; member in class:TestInputStream
H A Darchivetest.cpp200 m_eoftype(in.m_eoftype)
271 if (((m_eoftype & AtLast) != 0 && m_pos >= m_size) || count < size)
272 if ((m_eoftype & WithError) != 0)

Completed in 46 milliseconds