Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.cpp
H A DScriptInterpreterPython.cpp1515 PythonList result_list(PyRefType::Borrowed, py_return.get()); in GetRecognizedArguments() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.cpp33 python::PythonList result_list(python::PyRefType::Borrowed, p.get()); in ExtractValueFromPythonObject() local
/freebsd/contrib/unbound/iterator/
H A Diter_delegpt.h73 struct delegpt_addr* result_list; member
H A Diter_utils.c360 nth_rtt(struct delegpt_addr* result_list, size_t num_results, size_t n) in nth_rtt()