/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/ |
D | BenchmarkUtils.kt | 24 fun ByteArray.decodeUtf8(): String { in ByteArray() method
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 329 static String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8 339 static String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8 617 abstract String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8.Processor 625 final String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8.Processor 957 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.SafeProcessor 1369 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.UnsafeProcessor
|
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 329 static String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8 339 static String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8 617 abstract String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8.Processor 625 final String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8.Processor 957 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.SafeProcessor 1369 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.UnsafeProcessor
|
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 329 static String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8 339 static String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8 617 abstract String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() method in Utf8.Processor 625 final String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() method in Utf8.Processor 957 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.SafeProcessor 1369 String decodeUtf8(byte[] bytes, int index, int size) throws InvalidProtocolBufferException { in decodeUtf8() method in Utf8.UnsafeProcessor
|
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/ |
D | Utf8Old.java | 93 public String decodeUtf8(ByteBuffer buffer, int offset, int length) { in decodeUtf8() method in Utf8Old
|
D | Utf8Safe.java | 257 public String decodeUtf8(ByteBuffer buffer, int offset, int length) in decodeUtf8() method in Utf8Safe
|
D | Utf8.java | 57 public abstract String decodeUtf8(ByteBuffer buffer, int offset, int length); in decodeUtf8() method in Utf8
|