Searched refs:funcEnd (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.cpp1549 const char *funcEnd = current; local
1550 if ( !SkipUntil(&funcEnd, '}') ) {
1557 wxString funcName = wxString(current, funcEnd - current);
1558 current = funcEnd + 1;
1596 funcEnd++; // there is an extra '}' to count
1602 current = funcEnd + 1; // skip '}'

Completed in 35 milliseconds