Searched refs:hRight (Results 1 – 2 of 2) sorted by relevance
56 int hRight = getRight() == null ? 0 : getRight().hashCode(); in hashCode() local57 return hLeft + 37 * hRight; in hashCode()
108 virtual int32_t Compare(FWL_HLISTITEM hLeft, FWL_HLISTITEM hRight) = 0;