Home
last modified time | relevance | path

Searched defs:bufferEnd (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1187 final int bufferEnd = limit - startPos; in recomputeBufferSizeAfterLimit() local
1952 final int bufferEnd = (int) (limit - startPos); in recomputeBufferSizeAfterLimit() local
2677 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local
3751 final int bufferEnd = totalBufferSize - startOffset; in recomputeBufferSizeAfterLimit() local
/third_party/skia/m133/third_party/externals/dng_sdk/source/
Ddng_string.cpp69 const T *bufferEnd, in CheckSpaceLeftInBuffer()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp69 const T *bufferEnd, in CheckSpaceLeftInBuffer()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp1251 char* bufferEnd = (buffer + 1); in test() local