Searched refs:equalSignPos (Results 1 – 1 of 1) sorted by relevance
23 size_t equalSignPos = 0; in findMagicComment() local38 equalSignPos = pos + 4 + nameLength; in findMagicComment()39 if (equalSignPos < length && content[equalSignPos] != '=') continue; in findMagicComment()41 closingCommentPos = content.find("*/", equalSignPos + 1); in findMagicComment()48 DCHECK(equalSignPos); in findMagicComment()50 size_t urlPos = equalSignPos + 1; in findMagicComment()