Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DBooleanArrayList.java111 result = (31 * result) + Internal.hashBoolean(array[i]); in hashCode()
DAbstractMessage.java621 protected static int hashBoolean(boolean b) { in hashBoolean() method in AbstractMessage
DInternal.java230 public static int hashBoolean(boolean b) { in hashBoolean() method in Internal
DGeneratedMessageLite.java1852 hashCode = (53 * hashCode) + Internal.hashBoolean(mine); in visitBoolean()
1897 hashCode = (53 * hashCode) + Internal.hashBoolean(((Boolean) mine)); in visitOneofBoolean()