Home
last modified time | relevance | path

Searched defs:PythonBuffer (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1109 class PythonBuffer { class
1123 PythonBuffer(PythonBuffer &&other) { in PythonBuffer() function in __anon481215290311::PythonBuffer
1137 PythonBuffer(const Py_buffer &py_buffer) : m_buffer(py_buffer) {} in PythonBuffer() function in __anon481215290311::PythonBuffer