Home
last modified time | relevance | path

Searched defs:from_val (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/tests/
Dnegtelnetserver.py249 def from_val(cls, val): member in NegBase
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c392 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local
398 VALUE from_val = native_slot_get(type, type_class, from); in native_slot_deep_copy() local
/third_party/cef/include/internal/
Dcef_types_wrappers.h281 void Set(int from_val, int to_val) { from = from_val, to = to_val; } in Set()