Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DAbstractMessage.java160 hash = hashFields(hash, getAllFields()); in hashCode()
291 protected static int hashFields(int hash, Map<FieldDescriptor, Object> map) { in hashFields() method in AbstractMessage