Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp153 PyObjectType PythonObject::GetObjectType() const { in GetObjectType() function in PythonObject
265 switch (GetObjectType()) { in CreateStructuredObject()
H A DPythonDataObjects.h276 PyObjectType GetObjectType() const;
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig722 if (result.GetObjectType() == PyObjectType::Boolean) {