Searched defs:PythonBytes (Results 1 – 2 of 2) sorted by relevance
67 class PythonBytes; variable
288 PythonBytes::PythonBytes(llvm::ArrayRef<uint8_t> bytes) { SetBytes(bytes); } in PythonBytes() function in PythonBytes290 PythonBytes::PythonBytes(const uint8_t *bytes, size_t length) { in PythonBytes() function in PythonBytes