Searched refs:hash_sym (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 647 VALUE hash_sym = rb_intern("hash"); in Map_hash() local 662 h = rb_hash_uint(h, NUM2LONG(rb_funcall(key, hash_sym, 0))); in Map_hash() 663 h = rb_hash_uint(h, NUM2LONG(rb_funcall(value, hash_sym, 0))); in Map_hash()
|
D | repeated_field.c | 457 VALUE hash_sym = rb_intern("hash"); in RepeatedField_hash() local 465 h = rb_hash_uint(h, NUM2LONG(rb_funcall(elem, hash_sym, 0))); in RepeatedField_hash()
|
D | storage.c | 1026 VALUE hash_sym = rb_intern("hash"); in layout_hash() local 1032 h = rb_hash_uint(h, NUM2LONG(rb_funcall(field_val, hash_sym, 0))); in layout_hash()
|