Searched defs:decodeUtf8 (Results 1 – 1 of 1) sorted by relevance
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Utf8.java | 328 static String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8 338 static String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8 616 abstract String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8.Processor 624 final String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8.Processor 956 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.SafeProcessor 1368 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.UnsafeProcessor
|