Get Duplicate Node
| 748 | } |
| 749 | /// Get Duplicate Node |
| 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. |
no outgoing calls
no test coverage detected