Searched refs:leftPos (Results 1 – 4 of 4) sorted by relevance
208 string::size_type leftPos = str.find(left); in GetFirstSubStrBetween() local209 if (leftPos == string::npos) { in GetFirstSubStrBetween()213 string::size_type rightPos = str.find(right, leftPos + left.length()); in GetFirstSubStrBetween()218 sub = str.substr((leftPos + left.length()), (rightPos - (leftPos + left.length()))); in GetFirstSubStrBetween()
156 mountainPosition.firstPos.push_back(bothSides.leftPos); in GetEachIndependentEnvelope()164 lastLeftPos = bothSides.leftPos; in GetEachIndependentEnvelope()166 mountainPosition.firstPos.push_back(bothSides.leftPos); in GetEachIndependentEnvelope()186 bothSides.leftPos = i; in FindPeakBoundary()192 bothSides.leftPos = 0; in FindPeakBoundary()
1712 int32_t leftPos = 0; in GetPositionInVolumePoints() local1714 while (leftPos <= rightPos) { in GetPositionInVolumePoints()1715 int32_t midPos = leftPos + (rightPos - leftPos)/NUMBER_TWO; in GetPositionInVolumePoints()1718 leftPos = midPos; in GetPositionInVolumePoints()1721 leftPos = midPos + 1; in GetPositionInVolumePoints()1726 return leftPos; in GetPositionInVolumePoints()
38 int32_t leftPos { 0 };