Searched refs:rawBytes2 (Results 1 – 2 of 2) sorted by relevance
103 ByteString rawBytes2 = message2.toByteString(); in testSerializePackedExtensions() local105 assertEquals(rawBytes, rawBytes2); in testSerializePackedExtensions()151 ByteString rawBytes2 = message2.toByteString(); in testSerializePackedExtensionsLite() local153 assertEquals(rawBytes, rawBytes2); in testSerializePackedExtensionsLite()
93 NSData* rawBytes2 = message2.data;95 XCTAssertEqualObjects(rawBytes, rawBytes2);