Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1132 template <typename Base> class OwnedPythonFile : public Base { class
1135 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anon89da3f040211::OwnedPythonFile
1140 ~OwnedPythonFile() override { in ~OwnedPythonFile()
1194 class SimplePythonFile : public OwnedPythonFile<NativeFile> {
1198 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()
1247 class PythonIOFile : public OwnedPythonFile<File> {
1250 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()