Home
last modified time | relevance | path

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

/third_party/curl/tests/
Dnegtelnetserver.py184 NegTokens.from_val(byte_int))
216 log.debug("Option: %s", NegOptions.from_val(byte_int))
259 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
393 DEREF(to, VALUE) = (from_val != Qnil) ? in native_slot_deep_copy()
394 rb_funcall(from_val, rb_intern("dup"), 0) : Qnil; in native_slot_deep_copy()
398 VALUE from_val = native_slot_get(type, type_class, from); in native_slot_deep_copy() local
399 DEREF(to, VALUE) = (from_val != Qnil) ? in native_slot_deep_copy()
400 Message_deep_copy(from_val) : Qnil; in native_slot_deep_copy()
/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() argument
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc546 Handle<Object> from_val; in GenericArrayShift() local
548 isolate, from_val, in GenericArrayShift()
554 Object::SetPropertyOrElement(isolate, receiver, to, from_val, in GenericArrayShift()