Searched refs:checkNotEqual (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | AbstractMessageTest.java | 386 checkNotEqual(a, b); in testEqualsAndHashCode() 387 checkNotEqual(a, c); in testEqualsAndHashCode() 388 checkNotEqual(a, d); in testEqualsAndHashCode() 389 checkNotEqual(a, e); in testEqualsAndHashCode() 390 checkNotEqual(a, f); in testEqualsAndHashCode() 392 checkNotEqual(b, c); in testEqualsAndHashCode() 393 checkNotEqual(b, d); in testEqualsAndHashCode() 394 checkNotEqual(b, e); in testEqualsAndHashCode() 395 checkNotEqual(b, f); in testEqualsAndHashCode() 397 checkNotEqual(c, d); in testEqualsAndHashCode() [all …]
|
D | UnknownFieldSetTest.java | 394 checkNotEqual(a, b); in testEqualsAndHashCode() 395 checkNotEqual(a, c); in testEqualsAndHashCode() 396 checkNotEqual(a, d); in testEqualsAndHashCode() 397 checkNotEqual(a, e); in testEqualsAndHashCode() 398 checkNotEqual(b, c); in testEqualsAndHashCode() 399 checkNotEqual(b, d); in testEqualsAndHashCode() 400 checkNotEqual(b, e); in testEqualsAndHashCode() 401 checkNotEqual(c, d); in testEqualsAndHashCode() 402 checkNotEqual(c, e); in testEqualsAndHashCode() 403 checkNotEqual(d, e); in testEqualsAndHashCode() [all …]
|