Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h476 python::PythonBoolean boolean_arg = python::PythonBoolean( in ReverseTransform() local
478 if (boolean_arg.IsValid()) in ReverseTransform()
479 original_arg = boolean_arg.GetValue(); in ReverseTransform()