Home
last modified time | relevance | path

Searched refs:hash_sym (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c631 VALUE hash_sym = rb_intern("hash"); in Map_hash() local
646 h = rb_hash_uint(h, NUM2LONG(rb_funcall(key, hash_sym, 0))); in Map_hash()
647 h = rb_hash_uint(h, NUM2LONG(rb_funcall(value, hash_sym, 0))); in Map_hash()
Dstorage.c827 VALUE hash_sym = rb_intern("hash"); in layout_hash() local
833 h = rb_hash_uint(h, NUM2LONG(rb_funcall(field_val, hash_sym, 0))); in layout_hash()