Searched defs:returnShort (Results 1 – 6 of 6) sorted by relevance
30 Short returnShort(Short x) { return x; } in returnShort() function
44 public static short returnShort() { in returnShort() method in StaticFromNative
47 public short returnShort() { in returnShort() method in InstanceFromNative
61 public native short returnShort(); in returnShort() method in InstanceNonce
71 public static native short returnShort(); in returnShort() method in StaticNonce
178 template <short s> short returnShort() { return s; } in returnShort() function