Whether this bucket contains a vaild entry, or it is empty.
| 750 | ALWAYS_INLINE DuplicateNode* GetDuplicate() { return bd.GetDuplicate(); } |
| 751 | /// Whether this bucket contains a vaild entry, or it is empty. |
| 752 | ALWAYS_INLINE bool IsFilled() { return bd.IsFilled(); } |
| 753 | /// Indicates whether the row in the bucket has been matched. |
| 754 | /// For more details read the comment for TaggedBucketData. |
| 755 | ALWAYS_INLINE bool IsMatched() { return bd.IsMatched(); } |
no outgoing calls
no test coverage detected