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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp198 wxFileConfigEntry *m_pLastEntry; // last entry/subgroup of this group in the member in class:wxFileConfigGroup
1372 m_pLastEntry = NULL;
1409 variables for each group: m_pLine, m_pLastEntry and m_pLastGroup.
1412 m_pLastEntry points to the last entry of this group in the local file.
1504 if ( m_pLastEntry )
1506 wxFileConfigLineList *pLine = m_pLastEntry->GetLine();
1519 m_pLastEntry = pEntry;
1817 if ( pEntry == m_pLastEntry ) {
1824 pNewLastLine = m_pLastEntry->GetLine()->Prev();
1835 m_pLastEntry
[all...]

Completed in 48 milliseconds