Home | History | Annotate | Download | only in include

Lines Matching refs:kThreshold

9801     const size_t kThreshold = 18;
9803 // If the array has more than kThreshold elements, we'll have to
9807 if (len <= kThreshold) {