Searched refs:SkipUntil (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.cpp405 bool SkipUntil(const char **pp, char c);
407 // the same as SkipUntil() but only spaces are skipped: on first non space
1357 bool DocManager::SkipUntil(const char **pp, char c) function in class:DocManager
1405 if ( !SkipUntil(pp, '}') ) {
1455 SkipUntil(&current, '\n');
1515 if ( !SkipUntil(&current, ':') || *(current + 1) != ':' ) {
1530 if ( !SkipUntil(&current, '}') ) {
1550 if ( !SkipUntil(&funcEnd, '}') ) {

Completed in 54 milliseconds