Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1070 template <typename Base> class OwnedPythonFile : public Base { class
1073 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anonf81d8c2d0111::OwnedPythonFile
1078 ~OwnedPythonFile() override { in ~OwnedPythonFile()
1132 class SimplePythonFile : public OwnedPythonFile<NativeFile> {
1136 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()
1183 class PythonIOFile : public OwnedPythonFile<File> {
1186 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()