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