Home
last modified time | relevance | path

Searched refs:_getbytevalue (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h588 if (!_getbytevalue(args[1], &item)) { in bytearray_insert()
618 if (!_getbytevalue(arg, &item)) { in bytearray_append()
709 if (!_getbytevalue(arg, &value)) { in bytearray_remove()
/third_party/python/Objects/
Dbytearrayobject.c22 _getbytevalue(PyObject* arg, int *value) in _getbytevalue() function
593 if (!_getbytevalue(value, &ival)) in bytearray_setitem()
630 if (!_getbytevalue(values, &ival)) in bytearray_ass_subscript()
878 rc = _getbytevalue(item, &value); in bytearray___init___impl()
1706 if (! _getbytevalue(item, &value)) { in bytearray_extend()