Home
last modified time | relevance | path

Searched defs:StructuredPythonObject (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.h76 StructuredPythonObject() : StructuredData::Generic() {} in StructuredPythonObject() function
78 StructuredPythonObject(void *obj) : StructuredData::Generic(obj) { in StructuredPythonObject() function