Home | History | Annotate | Download | only in source

Lines Matching refs:bufferEnd

64 // 'bufferEnd' should point one element beyond the end of the buffer. For
65 // example, if the buffer is "T buffer[3];", then bufferEnd should point to
69 const T *bufferEnd,
73 if (bufferEnd < currentPos || static_cast<size_t>(bufferEnd - currentPos) < space)