Lines Matching defs:N_INPUT_PARAMETERS
2102 constexpr size_t N_INPUT_PARAMETERS = 1;
2103 CallSignature dump("Dump", 0, N_INPUT_PARAMETERS,
2106 std::array<VariableType, N_INPUT_PARAMETERS> params = {
2116 constexpr size_t N_INPUT_PARAMETERS = 1;
2117 CallSignature debugDump("DebugDump", 0, N_INPUT_PARAMETERS,
2120 std::array<VariableType, N_INPUT_PARAMETERS> params = {
2130 constexpr size_t N_INPUT_PARAMETERS = 2;
2131 CallSignature dumpWithHint("DumpWithHint", 0, N_INPUT_PARAMETERS,
2134 std::array<VariableType, N_INPUT_PARAMETERS> params = {
2145 constexpr size_t N_INPUT_PARAMETERS = 2;
2146 CallSignature debugDumpWithHint("DebugDumpWithHint", 0, N_INPUT_PARAMETERS,
2149 std::array<VariableType, N_INPUT_PARAMETERS> params = {