Home | History | Annotate | Download | only in test

Lines Matching defs:HashKey

368 class HashKey:
387 if not isinstance(other, HashKey):
403 if HashKey._crasher is not None and HashKey._crasher.error_on_hash:
408 if HashKey._crasher is not None and HashKey._crasher.error_on_eq:
419 if HashKey._crasher is not None:
421 HashKey._crasher = self
424 HashKey._crasher = None
439 k1 = HashKey(10, 'aaa')
440 k2 = HashKey(10, 'bbb')
503 k1 = HashKey(10, 'aaa')
504 k2 = HashKey(10, 'bbb')
505 k3 = HashKey(10, 'ccc')
629 A = HashKey(100, 'A')
630 B = HashKey(101, 'B')
631 C = HashKey(102, 'C')
632 D = HashKey(103, 'D')
633 E = HashKey(104, 'E')
634 Z = HashKey(-100, 'Z')
636 Er = HashKey(103, 'Er', error_on_eq_to=D)
674 A = HashKey(100, 'A')
675 B = HashKey(201001, 'B')
676 C = HashKey(101001, 'C')
677 D = HashKey(103, 'D')
678 E = HashKey(104, 'E')
679 Z = HashKey(-100, 'Z')
681 Er = HashKey(201001, 'Er', error_on_eq_to=B)
726 A = HashKey(100, 'A')
727 B = HashKey(101, 'B')
728 C = HashKey(100100, 'C')
729 D = HashKey(100100, 'D')
730 E = HashKey(104, 'E')
762 A = HashKey(100, 'A')
763 B = HashKey(101, 'B')
764 C = HashKey(100100, 'C')
765 D = HashKey(100100, 'D')
766 E = HashKey(100100, 'E')
808 key = HashKey(i, str(i))
812 collision_key16 = HashKey(16, '18')
853 A = HashKey(100, 'A')
854 B = HashKey(201001, 'B')
855 C = HashKey(101001, 'C')
856 D = HashKey(103, 'D')
857 E = HashKey(104, 'E')
858 F = HashKey(110, 'F')
874 A = HashKey(100, 'A')
875 B = HashKey(101, 'B')
876 C = HashKey(100100, 'C')
877 D = HashKey(100100, 'D')
878 E = HashKey(100100, 'E')
879 F = HashKey(110, 'F')
895 A = HashKey(100, 'A')
896 B = HashKey(101, 'B')
897 C = HashKey(100100, 'C')
898 D = HashKey(100100, 'D')
899 E = HashKey(100100, 'E')
900 F = HashKey(110, 'F')
919 A = HashKey(100, 'A')
920 B = HashKey(101, 'B')
921 C = HashKey(100100, 'C')
922 D = HashKey(100100, 'D')
923 E = HashKey(120, 'E')
966 A = HashKey(100, 'A')
967 Er = HashKey(100, 'Er', error_on_eq_to=A)
982 A = HashKey(100, 'A')
1005 A = HashKey(100, 'A')
1006 B = HashKey(101, 'B')
1025 A = HashKey(100, 'A')
1026 AA = HashKey(100, 'A')
1028 B = HashKey(101, 'B')
1045 A = HashKey(100, 'A')
1046 AA = HashKey(100, 'A')
1048 B = HashKey(101, 'B')