Home
last modified time | relevance | path

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

/dports/editors/imhex/ImHex-1.7.0/plugins/libimhex/include/hex/api/
H A Dcontent_registry.hpp90 constexpr static u32 UnlimitedParameters = 0xFFFF'FFFF; member
/dports/editors/imhex/ImHex-1.7.0/plugins/libimhex/source/lang/
H A Devaluator.cpp141 … if (function.parameterCount == ContentRegistry::PatternLanguageFunctions::UnlimitedParameters) { in evaluateFunctionCall()