Searched defs:byteString (Results 1 – 11 of 11) sorted by relevance
23 const byteString = constant30 const byteString = constant37 const byteString = ByteString.fromArrayBufferView( constant46 const byteString = ByteString.fromUint8ArrayUnsafe(array); constant52 const byteString = ByteString.fromBase64String(HALLO_IN_BASE64); constant66 const byteString = ByteString.fromArrayBuffer(buffer); constant89 const byteString = ByteString.fromArrayBufferView(array); constant110 const byteString = ByteString.fromUint8ArrayUnsafe(array); constant125 const byteString = ByteString.fromArrayBufferView(new Uint8Array(4)); constant139 const byteString = ByteString.fromUint8ArrayUnsafe(new Uint8Array(4)); constant
134 ByteString byteString = ByteString.copyFrom(bytes, 500, 200); in testCopyFrom_BytesOffsetSize() local142 ByteString byteString = ByteString.copyFrom(bytes); in testCopyFrom_Bytes() local152 ByteString byteString = ByteString.copyFrom(byteBuffer, 200); in testCopyFrom_ByteBufferSize() local163 ByteString byteString = ByteString.copyFrom(byteBuffer); in testCopyFrom_ByteBuffer() local171 ByteString byteString = ByteString.copyFrom(testString, UTF_16); in testCopyFrom_StringEncoding() local180 ByteString byteString = ByteString.copyFromUtf8(testString); in testCopyFrom_Utf8() local191 ByteString byteString = ByteString.copyFrom(pieces); in testCopyFrom_Iterable() local238 ByteString byteString = ByteString.copyFrom(bytes); in testCopyTo_TargetOffset() local247 ByteString byteString = ByteString.readFrom(new ByteArrayInputStream(new byte[0])); in testReadFrom_emptyStream() local260 ByteString byteString = ByteString.readFrom(eis); in testReadFrom_mutating() local[all …]
187 ByteString byteString = RopeByteString.newInstanceForTest(ByteString.EMPTY, ByteString.EMPTY); in testToString_raisesException() local195 ByteString byteString = in testToString_raisesException() local
539 ByteString byteString = ByteString.copyFromUtf8("some text"); in testCheckByteStringIsUtf8OnUtf8() local545 ByteString byteString = in testCheckByteStringIsUtf8OnNonUtf8() local
233 ByteString byteString = ByteString.copyFromUtf8("some data"); in testMergeLengthDelimitedField_negative() local
1217 ByteString byteString = codedInputStream.readBytes(); in testMaliciousInputStream() local
67 const byteString = reader.readBytes(bufferDecoder, 0); constant
433 LeafByteString byteString = pieces.next(); in asReadOnlyByteBufferList() local673 private void insert(ByteString byteString) { in insert()
132 protected static void checkByteStringIsUtf8(ByteString byteString) in checkByteStringIsUtf8()
174 public static boolean isValidUtf8(ByteString byteString) { in isValidUtf8()
50 def __init__(self, byteString): argument