Searched refs:hashEnum (Results 1 – 2 of 2) sorted by relevance
296 hash = (53 * hash) + Internal.hashEnum((EnumLite) value); in hashFields()607 protected static int hashEnum(EnumLite e) { in hashEnum() method in AbstractMessage619 hash = 31 * hash + hashEnum(e); in hashEnumList()
244 public static int hashEnum(EnumLite e) { in hashEnum() method in Internal252 hash = 31 * hash + hashEnum(e); in hashEnumList()