Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h46 struct InvalidArgumentCountPayload { struct
47 InvalidArgumentCountPayload(size_t required, size_t actual) in InvalidArgumentCountPayload() argument
50 size_t required_argument_count;
51 size_t actual_argument_count;