Searched refs:hashBoolean (Results 1 – 4 of 4) sorted by relevance
111 result = (31 * result) + Internal.hashBoolean(array[i]); in hashCode()
621 protected static int hashBoolean(boolean b) { in hashBoolean() method in AbstractMessage
230 public static int hashBoolean(boolean b) { in hashBoolean() method in Internal
1852 hashCode = (53 * hashCode) + Internal.hashBoolean(mine); in visitBoolean()1897 hashCode = (53 * hashCode) + Internal.hashBoolean(((Boolean) mine)); in visitOneofBoolean()