Searched refs:aMethodsWithSameName (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.cpp1803 wxArrayInt aMethodsWithSameName; local
1806 aMethodsWithSameName.Add(nMethod);
1809 if ( aMethodsWithSameName.IsEmpty() && ctxMethod->IsPublic() ) {
1821 else if ( aMethodsWithSameName.GetCount() == 1 ) {
1822 index = (size_t)aMethodsWithSameName[0u];

Completed in 37 milliseconds