Home
last modified time | relevance | path

Searched refs:hRight (Results 1 – 2 of 2) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/
DPair.java56 int hRight = getRight() == null ? 0 : getRight().hashCode(); in hashCode() local
57 return hLeft + 37 * hRight; in hashCode()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_listbox.h108 virtual int32_t Compare(FWL_HLISTITEM hLeft, FWL_HLISTITEM hRight) = 0;