Searched refs:FindMore (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.h127 // then keep calling FindMore() until it returns true.
135 // FindMore:
145 bool FindMore(LifeCell *cells[], size_t *ncells);
153 // helper for BeginFind & FindMore
168 // state vars for BeginFind & FindMore
H A Dlife.cpp824 done = m_life->FindMore(&cells, &ncells);
854 bool done = m_life->FindMore(&cells, &ncells);
888 done = m_life->FindMore(&cells, &ncells);
H A Dgame.cpp125 // state vars for BeginFind & FindMore
470 // FindMore & co.
512 bool Life::FindMore(LifeCell *cells[], size_t *ncells) function in class:Life

Completed in 103 milliseconds