Searched refs:less_than_max (Results 1 – 1 of 1) sorted by relevance
365 bool less_than_max(short num, T value) { in less_than_max() function371 bool less_than_max(short num) { in less_than_max() function378 less_than_max(num, x); in test10()379 less_than_max<int>(num); in test10()380 less_than_max<long>(num); in test10()381 less_than_max<short>(num); in test10()