Home
last modified time | relevance | path

Searched defs:toByteString (Results 1 – 16 of 16) sorted by relevance

/external/okio/okio/src/nonJvmMain/kotlin/okio/
DSegmentedByteString.kt86 private fun toByteString() = ByteString(toByteArray()) in <lambda>() method in okio.SegmentedByteString
DByteString.kt171 actual fun ByteArray.toByteString(offset: Int, byteCount: Int): ByteString = in get() method
/external/okio/okio/src/appleMain/kotlin/okio/
DByteString.kt23 fun NSData.toByteString(): ByteString { in <lambda>() method
/external/okio/okio/src/jvmMain/kotlin/okio/
DSegmentedByteString.kt119 private fun toByteString() = ByteString(toByteArray()) in <lambda>() method in okio.SegmentedByteString
DByteString.kt229 actual fun ByteArray.toByteString(offset: Int, byteCount: Int): ByteString = in getByte() method
235 fun ByteBuffer.toByteString(): ByteString { in getByte() method
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageLite.java89 ByteString toByteString(); in toByteString() method
DLazyFieldLite.java369 public ByteString toByteString() { in toByteString() method in LazyFieldLite
DUnknownFieldSet.java155 public ByteString toByteString() { in toByteString() method in UnknownFieldSet
785 public ByteString toByteString(int fieldNumber) { in toByteString() method in UnknownFieldSet.Field
DAbstractMessageLite.java56 public ByteString toByteString() { in toByteString() method in AbstractMessageLite
DAbstractMessage.java171 private static ByteString toByteString(Object value) { in toByteString() method in AbstractMessage
DByteString.java1042 public synchronized ByteString toByteString() { in toByteString() method in Output
/external/okhttp/okio/okio/src/main/java/okio/
DSegmentedByteString.java220 private ByteString toByteString() { in toByteString() method in SegmentedByteString
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DSegmentedByteString.java221 private ByteString toByteString() { in toByteString() method in SegmentedByteString
/external/okio/okio/src/commonMain/kotlin/okio/
DByteString.kt180 fun ByteArray.toByteString(offset: Int = 0, byteCount: Int = size): ByteString in utf8() method
/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/
DTraceProtoUtils.java157 static ByteString toByteString(byte[] bytes) { in toByteString() method in TraceProtoUtils
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java845 private ByteString toByteString(MessageOrBuilder message) { in toByteString() method in JsonFormat.PrinterImpl