Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h172 void FormatArgs(std::string &fmt, T arg, Args... args) const { in FormatArgs() function
173 FormatArgs(fmt, arg); in FormatArgs()
174 FormatArgs(fmt, args...); in FormatArgs()
177 template <typename T> void FormatArgs(std::string &fmt, T arg) const { in FormatArgs() function
181 void FormatArgs(std::string &fmt) const {} in FormatArgs() function