reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3600 return PyString_FromStringAndSize(carray, static_cast< Py_ssize_t >(size));
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp264 *this = Take<PythonBytes>(PyBytes_FromStringAndSize(data, bytes.size())); 320 PyObject *str = PyString_FromStringAndSize(string.data(), string.size());