Home
last modified time | relevance | path

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

/ark/runtime_core/libpandabase/utils/
Dpandargs.h124 std::optional<std::pair<T, T>> GetMinMaxVal() in GetMinMaxVal() function
861 if (!(arg->GetMinMaxVal().has_value())) { in IsIntegerArgInRange()
864 std::pair<T, T> min_max = arg->GetMinMaxVal().value(); in IsIntegerArgInRange()