Home
last modified time | relevance | path

Searched defs:decodeUtf8 (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DUtf8Old.java93 public String decodeUtf8(ByteBuffer buffer, int offset, int length) { in decodeUtf8() method in Utf8Old
DUtf8.java57 public abstract String decodeUtf8(ByteBuffer buffer, int offset, int length); in decodeUtf8() method in Utf8
DUtf8Safe.java257 public String decodeUtf8(ByteBuffer buffer, int offset, int length) in decodeUtf8() method in Utf8Safe
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java306 static String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8
316 static String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8
594 abstract String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8.Processor
602 final String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8.Processor
934 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.SafeProcessor
1346 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.UnsafeProcessor