Searched refs:extraFieldSize (Results 1 – 1 of 1) sorted by relevance
3212 int extraFieldSize = CodedOutputByteBufferNano.computeStringSize( in testUnknownFields() local3214 byte[] newBytes = new byte[bytes.length + extraFieldSize]; in testUnknownFields()3216 CodedOutputByteBufferNano.newInstance(newBytes, bytes.length, extraFieldSize) in testUnknownFields()