Searched refs:hash_sym (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 642 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()
|
D | repeated_field.c | 472 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()
|
D | storage.c | 1162 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()
|