Home | History | Annotate | Download | only in bookmaker

Lines Matching refs:tokenEnd

1431                 const char* tokenEnd = continueEnd - tagSize;
1432 if (tokenEnd <= fContinuation || strncmp(tokenEnd, defaultTag, tagSize)) {
1433 tokenEnd = continueEnd;
1435 methodName += string(fContinuation, tokenEnd - fContinuation);