Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DAbstractMessage.java296 hash = (53 * hash) + Internal.hashEnum((EnumLite) value); in hashFields()
607 protected static int hashEnum(EnumLite e) { in hashEnum() method in AbstractMessage
619 hash = 31 * hash + hashEnum(e); in hashEnumList()
DInternal.java244 public static int hashEnum(EnumLite e) { in hashEnum() method in Internal
252 hash = 31 * hash + hashEnum(e); in hashEnumList()