Searched defs:PythonBytes (Results 1 – 2 of 2) sorted by relevance
204 PythonBytes::PythonBytes() : PythonObject() {} in PythonBytes() function in PythonBytes206 PythonBytes::PythonBytes(llvm::ArrayRef<uint8_t> bytes) : PythonObject() { in PythonBytes() function in PythonBytes210 PythonBytes::PythonBytes(const uint8_t *bytes, size_t length) : PythonObject() { in PythonBytes() function in PythonBytes214 PythonBytes::PythonBytes(PyRefType type, PyObject *py_obj) : PythonObject() { in PythonBytes() function in PythonBytes218 PythonBytes::PythonBytes(const PythonBytes &object) : PythonObject(object) {} in PythonBytes() function in PythonBytes
30 class PythonBytes; variable