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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A DHelpGen.cpp1799 spOperation *ctxMethod = (spOperation *)ctx; local
1800 const wxString& nameMethod = ctxMethod->m_Name;
1809 if ( aMethodsWithSameName.IsEmpty() && ctxMethod->IsPublic() ) {
1828 if ( !ctxMethod->IsPublic() ) {
1837 bool isVirtual = ctxMethod->mIsVirtual;
1850 bool isConst = ctxMethod->mIsConstant;
1864 const MMemberListT& params = ctxMethod->GetMembers();

Completed in 104 milliseconds