Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h191 template <typename T, char F> struct PassthroughFormat { struct
196 template <> struct PythonFormat<char *> : PassthroughFormat<char *, 's'> {}; argument