Searched refs:MAX_PARAMETERS_COUNT (Results 1 – 2 of 2) sorted by relevance
24 if (functionCall.GetArgs().size() > MAX_PARAMETERS_COUNT) { in EncodeFunctionCall()
27 constexpr int32_t MAX_PARAMETERS_COUNT = UINT8_MAX; variable