Searched refs:encodedLength (Results 1 – 6 of 6) sorted by relevance
71 int encodedLength = mEncoder.getEncodedLengthOfChunk(mTestChunk); in getEncodedLengthOfChunk_returnsSumOfNonceAndDataLengths() local73 assertThat(encodedLength).isEqualTo(TEST_NONCE.length + TEST_DATA.length); in getEncodedLengthOfChunk_returnsSumOfNonceAndDataLengths()
76 int encodedLength = mEncoder.getEncodedLengthOfChunk(mTestChunk); in getEncodedLengthOfChunk_returnsSumOfNonceAndDataLengths() local78 assertThat(encodedLength).isEqualTo(Integer.BYTES + TEST_NONCE.length + TEST_DATA.length); in getEncodedLengthOfChunk_returnsSumOfNonceAndDataLengths()
318 writeRawVarint32(encodedLength(value)); in writeStringNoTag()338 private static int encodedLength(CharSequence sequence) { in encodedLength() method in CodedOutputByteBufferNano811 final int length = encodedLength(value); in computeStringSizeNoTag()
856 length = Utf8.encodedLength(value); in computeStringSizeNoTag()1454 int length = Utf8.encodedLength(value); in writeStringNoTag()1776 final int length = Utf8.encodedLength(value); in writeStringNoTag()2216 int length = Utf8.encodedLength(value); in writeStringNoTag()2519 length = Utf8.encodedLength(value); in writeStringNoTag()
250 static int encodedLength(CharSequence sequence) { in encodedLength() method in Utf8
19591 HPLcom/android/framework/protobuf/nano/CodedOutputByteBufferNano;->encodedLength(Ljava/lang/CharSeq…23728 HSPLcom/android/internal/telephony/protobuf/nano/CodedOutputByteBufferNano;->encodedLength(Ljava/la…25078 HSPLcom/android/org/bouncycastle/asn1/ASN1Integer;->encodedLength()I25092 HSPLcom/android/org/bouncycastle/asn1/ASN1ObjectIdentifier;->encodedLength()I25115 HSPLcom/android/org/bouncycastle/asn1/DERBitString;->encodedLength()I25122 HSPLcom/android/org/bouncycastle/asn1/DERSequence;->encodedLength()I