Searched refs:firstOpLength (Results 1 – 1 of 1) sorted by relevance
689 const auto firstOpLength = firstOp.Length(); in ClipToQuery() local700 if (firstOpLength <= remaining) { in ClipToQuery()708 firstOp.Length(firstOpLength - remaining); in ClipToQuery()802 const auto firstOpLength = firstOp.Length(); in ClipToReferenceForward() local816 if (firstOpLength <= remaining) { in ClipToReferenceForward()824 assert(firstOpLength > remaining); in ClipToReferenceForward()825 firstOp.Length(firstOpLength - remaining); in ClipToReferenceForward()922 const auto firstOpLength = firstOp.Length(); in ClipToReferenceReverse() local936 if (firstOpLength <= remaining) { in ClipToReferenceReverse()944 assert(firstOpLength > remaining); in ClipToReferenceReverse()[all …]