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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Duri.cpp52 wxURI::wxURI() : m_hostType(wxURI_REGNAME), m_fields(0)
56 wxURI::wxURI(const wxString& uri) : m_hostType(wxURI_REGNAME), m_fields(0)
61 wxURI::wxURI(const wxURI& uri) : wxObject(), m_hostType(wxURI_REGNAME), m_fields(0)
80 m_hostType = wxURI_REGNAME;
232 if (m_hostType == wxURI_REGNAME)
265 m_hostType = uri.m_hostType;
311 m_hostType != uri.m_hostType)
502 m_hostType
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Duri.h76 const wxURIHostType& GetHostType() const { return m_hostType; }
143 wxURIHostType m_hostType; member in class:wxURI

Completed in 59 milliseconds