Searched refs:COND_PROPS (Results 1 – 1 of 1) sorted by relevance
42 const std::string COND_PROPS[] = { "row", "size", "timeOut" }; variable82 for (auto& propName : COND_PROPS) { in IsValidCondition()216 int row = GetConditionValue(env, cond, COND_PROPS[index++]); in GetCondition()223 int size = GetConditionValue(env, cond, COND_PROPS[index++]); in GetCondition()230 int timeout = GetConditionValue(env, cond, COND_PROPS[index++]); in GetCondition()