Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h133 auto TransformTuple(const std::tuple<Args...> &args, in TransformTuple() function
142 return TransformTuple(args, std::make_index_sequence<sizeof...(Args)>()); in TransformArgs()