Searched refs:MatchLabelPos (Results 1 – 1 of 1) sorted by relevance
2819 size_t MatchLabelPos = in checkInput() local2821 if (MatchLabelPos == StringRef::npos) in checkInput()2825 CheckRegion = Buffer.substr(0, MatchLabelPos + MatchLabelLen); in checkInput()2826 Buffer = Buffer.substr(MatchLabelPos + MatchLabelLen); in checkInput()