Searched refs:bytes_str (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/wasm/
H A Dwasm-debug.cc59 SeqOneByteString* bytes_str = local
61 Vector<const byte> bytes(bytes_str->GetChars(), bytes_str->length());
/external/python/cpython3/Objects/
H A Dlongobject.c1578 char **bytes_str)
1663 *bytes_str = _PyBytesWriter_Prepare(bytes_writer, *bytes_str, strlen);
1664 if (*bytes_str == NULL) {
1719 char *p = *bytes_str + strlen;
1721 assert(p == *bytes_str);
1744 (*bytes_str) += strlen;
1770 _PyBytesWriter *bytes_writer, char **bytes_str)
1832 *bytes_str = _PyBytesWriter_Prepare(bytes_writer, *bytes_str, s
1574 long_to_decimal_string_internal(PyObject *aa, PyObject **p_output, _PyUnicodeWriter *writer, _PyBytesWriter *bytes_writer, char **bytes_str) argument
1768 long_format_binary(PyObject *aa, int base, int alternate, PyObject **p_output, _PyUnicodeWriter *writer, _PyBytesWriter *bytes_writer, char **bytes_str) argument
[all...]
H A Dbytesobject.c1400 bytes_str(PyObject *op) function
2840 bytes_str, /* tp_str */

Completed in 206 milliseconds