Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DUnknownFieldSetLiteTest.java174 Foo secondCopy = Foo.parseFrom(foo.toByteArray()); in testRoundTrips() local
175 assertEquals(copy, secondCopy); in testRoundTrips()