Searched refs:FindSubgroup (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.cpp224 wxFileConfigGroup *FindSubgroup(const wxChar *szName) const;
783 wxFileConfigGroup *pNextGroup = m_pCurrentGroup->FindSubgroup(aParts[n]);
1142 wxFileConfigGroup *group = m_pCurrentGroup->FindSubgroup(oldName);
1147 if ( m_pCurrentGroup->FindSubgroup(newName) )
1619 wxFileConfigGroup::FindSubgroup(const wxChar *szName) const function in class:wxFileConfigGroup
1666 wxASSERT( FindSubgroup(strName) == 0 );
1687 wxFileConfigGroup * const pGroup = FindSubgroup(szName);

Completed in 51 milliseconds