Lines Matching refs:bufferEnd
64 // 'bufferEnd' should point one element beyond the end of the buffer. For65 // example, if the buffer is "T buffer[3];", then bufferEnd should point to69 const T *bufferEnd,73 if (bufferEnd < currentPos || static_cast<size_t>(bufferEnd - currentPos) < space)