Searched refs:from_val (Results 1 – 2 of 2) sorted by relevance
314 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local315 DEREF(to, VALUE) = (from_val != Qnil) ? in native_slot_deep_copy()316 rb_funcall(from_val, rb_intern("dup"), 0) : Qnil; in native_slot_deep_copy()320 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local321 DEREF(to, VALUE) = (from_val != Qnil) ? in native_slot_deep_copy()322 Message_deep_copy(from_val) : Qnil; in native_slot_deep_copy()
568 from_val, to_val = choice_data570 to_val, from_val = choice_data571 if from_val == data[field_name]: