Searched refs:small_int (Results 1 – 1 of 1) sorted by relevance
49 static bool small_int(const std::string& s) { in small_int() function294 if (args.size() != 4 || !valid_uuid(args[1]) || !small_int(args[2]) || !small_int(args[3])) { in main()