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.cpp1013 template <typename Base> class OwnedPythonFile : public Base { class
1016 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anonf81d8c2d0111::OwnedPythonFile
1021 ~OwnedPythonFile() override { in ~OwnedPythonFile()
1076 class SimplePythonFile : public OwnedPythonFile<NativeFile> {
1080 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()
1127 class PythonIOFile : public OwnedPythonFile<File> {
1130 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()