Searched refs:isValInt (Results 1 – 3 of 3) sorted by relevance
107 return Arg.Key == Key && Arg.isValInt(); in getValForKey() 156 if (Key.match(Arg.Key) && Arg.isValInt()) in getAllMatchingArgumentsInRemark()
37 bool Argument::isValInt() const { return getValAsInt().has_value(); } in isValInt() function in Argument
58 bool isValInt() const;