Searched defs:from_val (Results 1 – 3 of 3) sorted by relevance
249 def from_val(cls, val): member in NegBase
392 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local398 VALUE from_val = native_slot_get(type, type_class, from); in native_slot_deep_copy() local
281 void Set(int from_val, int to_val) { from = from_val, to = to_val; } in Set()