Home
last modified time | relevance | path

Searched refs:OwnedPythonFile (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1031 template <typename Base> class OwnedPythonFile : public Base { class
1034 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anonf7d06da40111::OwnedPythonFile
1039 ~OwnedPythonFile() override { in ~OwnedPythonFile()
1093 class SimplePythonFile : public OwnedPythonFile<NativeFile> {
1097 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()
1144 class PythonIOFile : public OwnedPythonFile<File> {
1147 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()