Home
last modified time | relevance | path

Searched defs:toByteArray (Results 1 – 22 of 22) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalSerializationUtil.java20 public static <T> byte[] toByteArray(T msg) throws IOException { in toByteArray() method in ExperimentalSerializationUtil
28 public static <T> byte[] toByteArray(T msg, Schema<T> schema) throws IOException { in toByteArray() method in ExperimentalSerializationUtil
DCodedOutputStreamTest.java46 byte[] toByteArray(); in toByteArray() method
64 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.OutputStreamCoder
84 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.ArrayCoder
111 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.NioHeapCoder
147 public byte[] toByteArray() { in toByteArray() method in CodedOutputStreamTest.NioDirectCoder
DCodedAdapterTest.java64 public static <T> byte[] toByteArray(T msg, int size) throws Exception { in toByteArray() method in CodedAdapterTest
DIsValidUtf8Test.java117 private byte[] toByteArray(int... bytes) { in toByteArray() method in IsValidUtf8Test
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMagnitudeDependentWriter.java69 public byte[] toByteArray() { in toByteArray() method in MagnitudeDependentWriter
DBitIOWriter.java64 public byte[] toByteArray() { in toByteArray() method in BitIOWriter
DCvtEncoder.java70 public byte[] toByteArray() { in toByteArray() method in CvtEncoder
DLzcompCompress.java407 private byte[] toByteArray() { in toByteArray() method in LzcompCompress
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTrie.java106 public byte[] toByteArray() { in toByteArray() method
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCollationKeyICU.java48 public byte[] toByteArray() { in toByteArray() method in CollationKeyICU
/third_party/skia/third_party/externals/icu/source/i18n/
Dsortkey.cpp226 CollationKey::toByteArray(int32_t& count) const in toByteArray() function in CollationKey
/third_party/icu/icu4c/source/i18n/
Dsortkey.cpp226 CollationKey::toByteArray(int32_t& count) const in toByteArray() function in CollationKey
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Dsortkey.cpp226 CollationKey::toByteArray(int32_t& count) const in toByteArray() function in CollationKey
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageLite.java79 byte[] toByteArray(); in toByteArray() method
DAbstractMessageLite.java45 public byte[] toByteArray() { in toByteArray() method in AbstractMessageLite
DInternal.java165 public static byte[] toByteArray(String value) { in toByteArray() method in Internal
DUnknownFieldSet.java153 public byte[] toByteArray() { in toByteArray() method in UnknownFieldSet
DByteString.java751 public final byte[] toByteArray() { in toByteArray() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollationKey.java224 public byte[] toByteArray() in toByteArray() method in CollationKey
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationKey.java230 public byte[] toByteArray() in toByteArray() method in CollationKey
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java1174 private byte[] toByteArray(String str) { in toByteArray() method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt309 public fun toByteArray(): ByteArray { in toByteArray() method in com.google.flatbuffers.kotlin.Reference
547 public fun toByteArray(): ByteArray { in data() method