Searched defs:jshort (Results 1 – 7 of 7) sorted by relevance
154 pub fn s(self) -> Result<jshort> { in s()236 impl<'a> TryFrom<JValue<'a>> for jshort { implementation
185 pub fn s(self) -> Result<jshort> { in s()300 impl<O> TryFrom<JValueGen<O>> for jshort { implementation
115 impl TypeArray for jshort {} implementation
1426 buf: &mut [jshort], in get_short_array_region()1614 buf: &[jshort], in set_short_array_region()2231 ) -> Result<AutoArray<'a, jshort>> { in get_short_array_elements() argument
1918 buf: &mut [jshort], in get_short_array_region()2106 buf: &[jshort], in set_short_array_region()
15 pub type jshort = i16; typedef
59 typedef short jshort; typedef