OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:object_sp
(Results
1 - 1
of
1
) sorted by null
/external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp
119
ScriptInterpreterObjectSP
object_sp
= m_interpreter->OSPlugin_CreatePluginObject(os_plugin_class_name.c_str(), process->CalculateProcess());
local
120
if (
object_sp
&&
object_sp
->GetObject())
121
m_python_object_sp =
object_sp
;
Completed in 1086 milliseconds