Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1032 template <typename Base> class OwnedPythonFile : public Base { class
1035 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anon7439c15d0111::OwnedPythonFile
1040 ~OwnedPythonFile() override { in ~OwnedPythonFile()
1094 class SimplePythonFile : public OwnedPythonFile<NativeFile> {
1098 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()
1145 class PythonIOFile : public OwnedPythonFile<File> {
1148 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()