Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c314 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local
315 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() local
321 DEREF(to, VALUE) = (from_val != Qnil) ? in native_slot_deep_copy()
322 Message_deep_copy(from_val) : Qnil; in native_slot_deep_copy()
/external/autotest/frontend/afe/
Dmodel_logic.py565 from_val, to_val = choice_data
567 to_val, from_val = choice_data
568 if from_val == data[field_name]: