Searched refs:checkNotEqual (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | AbstractMessageTest.java | 459 checkNotEqual(a, b); in testEqualsAndHashCode() 460 checkNotEqual(a, c); in testEqualsAndHashCode() 461 checkNotEqual(a, d); in testEqualsAndHashCode() 462 checkNotEqual(a, e); in testEqualsAndHashCode() 463 checkNotEqual(a, f); in testEqualsAndHashCode() 465 checkNotEqual(b, c); in testEqualsAndHashCode() 466 checkNotEqual(b, d); in testEqualsAndHashCode() 467 checkNotEqual(b, e); in testEqualsAndHashCode() 468 checkNotEqual(b, f); in testEqualsAndHashCode() 470 checkNotEqual(c, d); in testEqualsAndHashCode() [all …]
|
D | UnknownFieldSetTest.java | 405 checkNotEqual(a, b); in testEqualsAndHashCode() 406 checkNotEqual(a, c); in testEqualsAndHashCode() 407 checkNotEqual(a, d); in testEqualsAndHashCode() 408 checkNotEqual(a, e); in testEqualsAndHashCode() 409 checkNotEqual(b, c); in testEqualsAndHashCode() 410 checkNotEqual(b, d); in testEqualsAndHashCode() 411 checkNotEqual(b, e); in testEqualsAndHashCode() 412 checkNotEqual(c, d); in testEqualsAndHashCode() 413 checkNotEqual(c, e); in testEqualsAndHashCode() 414 checkNotEqual(d, e); in testEqualsAndHashCode() [all …]
|