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