Searched refs:operatorNames (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.cpp2100 } operatorNames[] = local
2107 for ( n = 0; n < WXSIZEOF(operatorNames); n++ ) {
2108 if ( oper == operatorNames[n].oper ) {
2109 label << operatorNames[n].name;
2115 if ( n == WXSIZEOF(operatorNames) ) {

Completed in 31 milliseconds