Home
last modified time | relevance | path

Searched refs:createMessageWithHasForHashCodeEqualsTest (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.java3320 TestAllTypesNanoHas d = createMessageWithHasForHashCodeEqualsTest(); in testHashCodeEquals()
3321 TestAllTypesNanoHas dEquivalent = createMessageWithHasForHashCodeEqualsTest(); in testHashCodeEquals()
3325 TestAllTypesNanoHas e = createMessageWithHasForHashCodeEqualsTest(); in testHashCodeEquals()
3328 TestAllTypesNanoHas eDifferent = createMessageWithHasForHashCodeEqualsTest(); in testHashCodeEquals()
3429 private TestAllTypesNanoHas createMessageWithHasForHashCodeEqualsTest() { in createMessageWithHasForHashCodeEqualsTest() method in NanoTest