Home
last modified time | relevance | path

Searched refs:hashMapField (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.java285 private static int hashMapField(Object value) { in hashMapField() method in AbstractMessage
297 hash = (53 * hash) + hashMapField(value); in hashFields()