Searched refs:convert_value_from_python (Results 1 – 5 of 5) sorted by relevance
146 value = convert_value_from_python (PyTuple_GetItem (args, 0)); in valpy_new()538 struct value *idx = convert_value_from_python (key); in valpy_getitem()621 vargs[i] = convert_value_from_python (item); in valpy_call()776 arg1 = convert_value_from_python (self); in valpy_binop()780 arg2 = convert_value_from_python (other); in valpy_binop()1080 value_other = convert_value_from_python (other); in valpy_richcompare()1252 convert_value_from_python (PyObject *obj) in convert_value_from_python() function
147 value = convert_value_from_python (result); in fnpy_call()
230 *out_value = convert_value_from_python (result); in pretty_print_one_value()650 struct value *value = convert_value_from_python (py_v); in print_children()
268 struct value *convert_value_from_python (PyObject *obj);
1210 v = convert_value_from_python (py_v); in update_dynamic_varobj_children()