Lines Matching refs:hashCode
183 * they call the static Node::hashCode() which checks for a NULL pointer first.
203 inline int32_t hashCode() const { return hash; }
205 static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); }
301 : ValueNode(0x222222u*37u+hashCode(nextNode)), next(nextNode) { setValue(v); }
318 : ValueNode((0x333333u*37u+len)*37u+hashCode(nextNode)),
361 hash=(hash*37u+c)*37u+hashCode(node);
377 hashCode(lessThanNode))*37u+hashCode(greaterOrEqualNode)),
393 : ValueNode((0x666666u*37u+len)*37u+hashCode(subNode)),