Home
last modified time | relevance | path

Searched refs:rawBytes2 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DWireFormatTest.java103 ByteString rawBytes2 = message2.toByteString(); in testSerializePackedExtensions() local
105 assertEquals(rawBytes, rawBytes2); in testSerializePackedExtensions()
151 ByteString rawBytes2 = message2.toByteString(); in testSerializePackedExtensionsLite() local
153 assertEquals(rawBytes, rawBytes2); in testSerializePackedExtensionsLite()
/external/protobuf/objectivec/Tests/
DGPBWireFormatTests.m93 NSData* rawBytes2 = message2.data;
95 XCTAssertEqualObjects(rawBytes, rawBytes2);