Indicates if bucket has duplicates instead of data for bucket.
| 755 | ALWAYS_INLINE bool IsMatched() { return bd.IsMatched(); } |
| 756 | /// Indicates if bucket has duplicates instead of data for bucket. |
| 757 | ALWAYS_INLINE bool HasDuplicates() { return bd.HasDuplicates(); } |
| 758 | |
| 759 | /// Set/Unset methods corresponding to above. |
| 760 | ALWAYS_INLINE void SetMatched() { bd.SetMatched(); } |
no outgoing calls
no test coverage detected