Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c642 VALUE hash_sym = rb_intern("hash"); in Map_hash() local
655 h = rb_hash_uint(h, NUM2LONG(rb_funcall(key, hash_sym, 0))); in Map_hash()
656 h = rb_hash_uint(h, NUM2LONG(rb_funcall(value, hash_sym, 0))); in Map_hash()
Drepeated_field.c472 VALUE hash_sym = rb_intern("hash"); in RepeatedField_hash() local
482 h = rb_hash_uint(h, NUM2LONG(rb_funcall(elem, hash_sym, 0))); in RepeatedField_hash()
Dstorage.c1162 VALUE hash_sym = rb_intern("hash"); in layout_hash() local
1168 h = rb_hash_uint(h, NUM2LONG(rb_funcall(field_val, hash_sym, 0))); in layout_hash()