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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.cpp250 listHR.push_back(hr);
251 *ppos-- = --listHR.end();
253 listHR.push_back(hr);
274 // clearing listHR frees the memory occupied by the nodes
275 listHR.clear();
410 oldest records ----------------- listHR ------------------ youngest records
431 listHR.push_back(**ppos);
432 *ppos = ++listHR.erase(*ppos);
436 listHR.push_back(**ppos);
437 *ppos = listHR
[all...]
H A DStatistics.h360 std::list<HR> listHR; member in class:CStatistics

Completed in 120 milliseconds