| 759 | /// Set/Unset methods corresponding to above. |
| 760 | ALWAYS_INLINE void SetMatched() { bd.SetMatched(); } |
| 761 | ALWAYS_INLINE void SetHasDuplicates() { bd.SetHasDuplicates(); } |
| 762 | /// Set DuplicateNode pointer as data. |
| 763 | /// 'TAGGED' is described in the comments for 'TaggedBucketData'. |
| 764 | template <bool TAGGED = true> |