Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryWriter.java1470 allocatedBuffer.position((arrayPos() - allocatedBuffer.arrayOffset()) + 1); in finishCurrentBuffer()
1477 private int arrayPos() { in arrayPos() method in BinaryWriter.UnsafeHeapWriter
1925 System.arraycopy(value, offset, buffer, arrayPos() + 1, length); in write()
1947 System.arraycopy(value, offset, buffer, arrayPos() + 1, length); in writeLazy()
1956 value.get(buffer, arrayPos() + 1, length); in write()
1974 value.get(buffer, arrayPos() + 1, length); in writeLazy()