Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dbytearrayobject.c24 _getbytevalue(PyObject* arg, int *value) in _getbytevalue() function
570 if (value && !_getbytevalue(value, &ival)) { in bytearray_setitem()
610 if (values && !_getbytevalue(values, &ival)) { in bytearray_ass_subscript()
865 int rc = _getbytevalue(items[i], &value); in bytearray___init___impl()
903 rc = _getbytevalue(item, &value); in bytearray___init___impl()
1605 converter = '_getbytevalue'
1732 if (! _getbytevalue(item, &value)) { in bytearray_extend()
/third_party/python/Objects/clinic/
H A 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()

Completed in 6 milliseconds