Searched refs:returnShort (Results 1 – 4 of 4) sorted by relevance
178 template <short s> short returnShort() { return s; } in returnShort() function179 template short returnShort<-32768>();
30 Short returnShort(Short x) { return x; } in returnShort() function