toByteString 705 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java ((LazyField.LazyEntry<?>) next).getField().toByteString()); toByteString 103 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java bytes = value.toByteString(); toByteString 217 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java TestAllTypes.parseFrom(abstractMessage.toByteString())); toByteString 219 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java assertEquals(TestUtil.getAllSet().toByteString(), toByteString 220 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java abstractMessage.toByteString()); toByteString 227 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java builder.mergeFrom(TestUtil.getAllSet().toByteString()).build(); toByteString 234 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java ByteString bytes = builder.buildPartial().toByteString(); toByteString 264 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java TestPackedTypes.parseFrom(abstractMessage.toByteString())); toByteString 266 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java assertEquals(TestUtil.getPackedSet().toByteString(), toByteString 267 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java abstractMessage.toByteString()); toByteString 274 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build(); toByteString 283 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java TestUnpackedTypes.parseFrom(abstractMessage.toByteString())); toByteString 285 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java assertEquals(TestUtil.getUnpackedSet().toByteString(), toByteString 286 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java abstractMessage.toByteString()); toByteString 293 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build(); toByteString 302 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java builder.mergeFrom(TestUtil.getUnpackedSet().toByteString()).build(); toByteString 310 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java builder.mergeFrom(TestUtil.getUnpackedSet().toByteString()).build(); toByteString 319 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java message = TestOptimizedForSize.parseFrom(message.toByteString()); toByteString 412 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString byteString = output.toByteString(); toByteString 434 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString byteString = output.toByteString(); toByteString 454 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString byteString = output.toByteString(); toByteString 486 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java isArrayRange(output.toByteString().toByteArray(), toByteString 489 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString byteString = output.toByteString(); toByteString 497 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString byteString = ByteString.newOutput().toByteString(); toByteString 507 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString byteString = os.toByteString(); toByteString 366 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java TestAllTypes.parseFrom(message.toByteString().newInput()); toByteString 387 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java CodedInputStream input = rawOutput.toByteString().newCodedInput(); toByteString 418 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java ByteString data64 = makeRecursiveMessage(64).toByteString(); toByteString 419 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java ByteString data65 = makeRecursiveMessage(65).toByteString(); toByteString 442 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java TestUtil.getAllSet().toByteString().newInput()); toByteString 496 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java CodedInputStream input = rawOutput.toByteString().newCodedInput(); toByteString 101 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java newBuilder.mergeFrom(message.toByteString()); toByteString 168 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java ByteString rawBytes = message.toByteString(); toByteString 174 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java assertEquals(TestUtil.getAllSet().toByteString(), rawBytes); toByteString 182 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java ByteString rawBytes = message.toByteString(); toByteString 194 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java ByteString rawBytes = TestUtil.getAllExtensionsSet().toByteString(); toByteString 212 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java ByteString rawBytes = message.toByteString(); toByteString 218 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java assertEquals(TestUtil.getPackedSet().toByteString(), rawBytes); toByteString 226 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java ByteString rawBytes = message.toByteString(); toByteString 188 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java TestUtil.getAllSet().toByteString()); toByteString 517 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build(); toByteString 524 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java builder.mergeFrom(TestUtil.getUnpackedSet().toByteString()).build(); toByteString 709 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java assertEquals(message, MessageWithNoOuter.parseFrom(message.toByteString())); toByteString 63 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java .toByteString(); toByteString 73 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java ByteString bytes = tV2.toByteString(); toByteString 77 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java bytes = tV2.toByteString(); toByteString 112 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java proto.toByteString(); toByteString 78 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteTest.java ByteString data = message.toByteString(); toByteString 283 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java stringUnderTest.concat(stringUnderTest), output.toByteString()); toByteString 288 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java ByteString.EMPTY, output.toByteString()); toByteString 268 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java .buildPartial().toByteString(); toByteString 80 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java message.toByteString(), registry)); toByteString 97 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java assertMessageEquals(message, parser.parseFrom(message.toByteString())); toByteString 109 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java assertEquals(expected.toByteString(), actual.toByteString()); toByteString 136 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java partialMessage.toByteString())); toByteString 152 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java parser.parseFrom(partialMessage.toByteString()); toByteString 215 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java TestUtil.getAllSet().toByteString()); toByteString 217 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java TestUtil.getAllSet().toByteString(), toByteString 218 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java emptyMessage.toByteString()); toByteString 290 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java .build().toByteString(); toByteString 353 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java .build().toByteString(); toByteString 53 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java allFieldsData = allFields.toByteString(); toByteString 86 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java return bizarroFields.build().toByteString(); toByteString 150 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java ByteString data = emptyMessage.toByteString(); toByteString 217 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java ByteString data = fields.toByteString(); toByteString 251 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java assertEquals(allFieldsData, message.toByteString()); toByteString 292 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java .toByteString(); toByteString 338 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java .toByteString(); toByteString 61 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 72 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 86 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 98 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 101 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes2 = message2.toByteString(); toByteString 134 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 146 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 149 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes2 = message2.toByteString(); toByteString 160 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 173 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 189 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 210 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString rawBytes = message.toByteString(); toByteString 270 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java .build().toByteString(); toByteString 281 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java .build().toByteString(); toByteString 304 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java TestFieldOrderings.parseFrom(source.toByteString(), toByteString 321 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java DynamicMessage.parseFrom(descriptor, source.toByteString(), toByteString 361 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString data = messageSet.toByteString(); toByteString 410 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java .build().toByteString()) toByteString 418 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java .build().toByteString()) toByteString 427 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString data = raw.toByteString(); toByteString 475 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java .build().toByteString()) toByteString 479 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString data = raw.toByteString(); toByteString 514 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java .build().toByteString()) toByteString 518 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java ByteString data = raw.toByteString(); toByteString 556 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java .build().toByteString())