Searched refs:MatchLabelPos (Results 1 – 1 of 1) sorted by relevance
2691 size_t MatchLabelPos = in checkInput() local2693 if (MatchLabelPos == StringRef::npos) in checkInput()2697 CheckRegion = Buffer.substr(0, MatchLabelPos + MatchLabelLen); in checkInput()2698 Buffer = Buffer.substr(MatchLabelPos + MatchLabelLen); in checkInput()