Home
last modified time | relevance | path

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

/external/protobuf/java/src/test/java/com/google/protobuf/
DAbstractMessageTest.java435 checkNotEqual(a, b); in testEqualsAndHashCode()
436 checkNotEqual(a, c); in testEqualsAndHashCode()
437 checkNotEqual(a, d); in testEqualsAndHashCode()
438 checkNotEqual(a, e); in testEqualsAndHashCode()
439 checkNotEqual(a, f); in testEqualsAndHashCode()
441 checkNotEqual(b, c); in testEqualsAndHashCode()
442 checkNotEqual(b, d); in testEqualsAndHashCode()
443 checkNotEqual(b, e); in testEqualsAndHashCode()
444 checkNotEqual(b, f); in testEqualsAndHashCode()
446 checkNotEqual(c, d); in testEqualsAndHashCode()
[all …]
DUnknownFieldSetTest.java404 checkNotEqual(a, b); in testEqualsAndHashCode()
405 checkNotEqual(a, c); in testEqualsAndHashCode()
406 checkNotEqual(a, d); in testEqualsAndHashCode()
407 checkNotEqual(a, e); in testEqualsAndHashCode()
408 checkNotEqual(b, c); in testEqualsAndHashCode()
409 checkNotEqual(b, d); in testEqualsAndHashCode()
410 checkNotEqual(b, e); in testEqualsAndHashCode()
411 checkNotEqual(c, d); in testEqualsAndHashCode()
412 checkNotEqual(c, e); in testEqualsAndHashCode()
413 checkNotEqual(d, e); in testEqualsAndHashCode()
[all …]