Home
last modified time | relevance | path

Searched refs:protoHash (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/
DGeneratedMessageLite.java1957 final int protoHash; in visitMessage() local
1960 protoHash = ((GeneratedMessageLite) mine).hashCode(this); in visitMessage()
1962 protoHash = mine.hashCode(); in visitMessage()
1965 protoHash = 37; in visitMessage()
1967 hashCode = (53 * hashCode) + protoHash; in visitMessage()
1973 final int protoHash; in visitLazyMessage() local
1975 protoHash = mine.hashCode(); in visitLazyMessage()
1977 protoHash = 37; in visitLazyMessage()
1979 hashCode = (53 * hashCode) + protoHash; in visitLazyMessage()