Searched refs:from_val (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/tests/ |
D | negtelnetserver.py | 184 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/ |
D | storage.c | 392 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/ |
D | cef_types_wrappers.h | 281 void Set(int from_val, int to_val) { from = from_val, to = to_val; } in Set() argument
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-array.cc | 546 Handle<Object> from_val; in GenericArrayShift() local 548 isolate, from_val, in GenericArrayShift() 554 Object::SetPropertyOrElement(isolate, receiver, to, from_val, in GenericArrayShift()
|