Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java525 final int currentAbsolutePosition = bufferPos; in getBytesUntilLimit() local
526 return currentLimit - currentAbsolutePosition; in getBytesUntilLimit()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs984 int currentAbsolutePosition = totalBytesRetired + bufferPos;
985 return currentAbsolutePosition >= currentLimit;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1025 final int currentAbsolutePosition = totalBytesRetired + bufferPos; in getBytesUntilLimit() local
1026 return currentLimit - currentAbsolutePosition; in getBytesUntilLimit()