Home
last modified time | relevance | path

Searched refs:bytes_obj (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dlongobject.c.h192 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj,
201 PyObject *bytes_obj; in int_from_bytes() local
206 &bytes_obj, &byteorder, &is_signed)) { in int_from_bytes()
209 return_value = int_from_bytes_impl(type, bytes_obj, byteorder, is_signed); in int_from_bytes()
/external/protobuf/python/google/protobuf/internal/
Dmessage_test.py1378 bytes_obj = unicode_obj.encode('utf8')
1380 msg.map_string_string[bytes_obj] = bytes_obj
/external/python/cpython3/Objects/
Dlongobject.c5247 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl() argument
5264 bytes = PyObject_Bytes(bytes_obj); in int_from_bytes_impl()