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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/fileconf/
H A Dfileconftest.cpp69 CPPUNIT_TEST( HasGroup );
86 void HasGroup();
247 CPPUNIT_ASSERT( !fc.HasGroup(_T("/root/no_such_group")) );
250 void FileConfigTestCase::HasGroup() function in class:FileConfigTestCase
255 CPPUNIT_ASSERT( fc.HasGroup(_T("root")) );
256 CPPUNIT_ASSERT( fc.HasGroup(_T("root/group1")) );
257 CPPUNIT_ASSERT( fc.HasGroup(_T("root/group1/subgroup")) );
258 CPPUNIT_ASSERT( fc.HasGroup(_T("root/group2")) );
259 CPPUNIT_ASSERT( !fc.HasGroup(_T("")) );
260 CPPUNIT_ASSERT( !fc.HasGroup(_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprefconf.cpp143 bool wxPrefConfig::HasGroup(const wxString& key) const function in class:wxPrefConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h66 virtual bool HasGroup(const wxString& strName) const;
H A Dregconf.h59 virtual bool HasGroup(const wxString& strName) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h50 virtual bool HasGroup(const wxString& strName) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h155 virtual bool HasGroup(const wxString& strName) const;
H A Dconfbase.h142 virtual bool HasGroup(const wxString& strName) const = 0;
147 { return HasGroup(strName) || HasEntry(strName); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp510 bool wxRegConfig::HasGroup(const wxString& key) const function in class:wxRegConfig
666 if ( !HasGroup(oldName) )
670 if ( HasGroup(newName) )
H A Diniconf.cpp242 bool wxIniConfig::HasGroup(const wxString& WXUNUSED(strName)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h61 virtual bool HasGroup(const wxString& strName) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp237 bool wxIniConfig::HasGroup(const wxString& WXUNUSED(strName)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp284 while ( !m_pContainer->HasGroup(m_strOldPath) )
H A Dfileconf.cpp881 bool wxFileConfig::HasGroup(const wxString& strName) const function in class:wxFileConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex246 \helpref{HasGroup}{wxconfigbasehasgroup}\\
624 \membersection{wxConfigBase::HasGroup}\label{wxconfigbasehasgroup}
626 \constfunc{bool}{HasGroup}{\param{const wxString\& }{strName}}

Completed in 149 milliseconds