Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java3314 TestAllTypesNano cEquivalent = createMessageForHashCodeEqualsTest(); in testHashCodeEquals() local
3315 cEquivalent.repeatedString = new String[3]; in testHashCodeEquals()
3316 cEquivalent.repeatedStringPiece = new String[] {"one", "two", null}; in testHashCodeEquals()
3317 cEquivalent.repeatedBytes = new byte[][] {{3, 4}}; in testHashCodeEquals()
3377 assertEquals("c", hashMap.get(cEquivalent)); in testHashCodeEquals()