Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java355 utf8Length += encodedLengthGeneral(sequence, i); in encodedLength()
368 private static int encodedLengthGeneral(CharSequence sequence, int start) { in encodedLengthGeneral() method in CodedOutputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DUtf8.java267 utf8Length += encodedLengthGeneral(sequence, i); in encodedLength()
280 private static int encodedLengthGeneral(CharSequence sequence, int start) { in encodedLengthGeneral() method in Utf8