Home
last modified time | relevance | path

Searched refs:currentMessageSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1164 int currentMessageSize = totalBytesRetired + bufferPos + size; in readRawBytesSlowPath() local
1165 if (currentMessageSize > sizeLimit) { in readRawBytesSlowPath()
1170 if (currentMessageSize > currentLimit) { in readRawBytesSlowPath()