Home
last modified time | relevance | path

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

/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java3212 int extraFieldSize = CodedOutputByteBufferNano.computeStringSize( in testUnknownFields() local
3214 byte[] newBytes = new byte[bytes.length + extraFieldSize]; in testUnknownFields()
3216 CodedOutputByteBufferNano.newInstance(newBytes, bytes.length, extraFieldSize) in testUnknownFields()