Searched refs:release_string_utf_chars (Results 1 – 6 of 6) sorted by relevance
67 unsafe fn release_string_utf_chars(&mut self) -> Result<()> { in release_string_utf_chars() method200 match unsafe { self.release_string_utf_chars() } { in drop()
27 - The `release_string_utf_chars` function has been marked as unsafe. ([#334](https://github.com/jni…187 - `push_local_frame`, `delete_global_ref` and `release_string_utf_chars`193 - `delete_global_ref` and `release_string_utf_chars` won't print incorrect
66 match unsafe { self.env.release_string_utf_chars(self.obj, self.internal) } { in drop()
83 - `get_string_utf_chars` and `release_string_utf_chars` from `JNIEnv` (See `JavaStr::into_raw()` an…94 - The `release_string_utf_chars` function has been marked as unsafe. ([#334](https://github.com/jni…254 - `push_local_frame`, `delete_global_ref` and `release_string_utf_chars`260 - `delete_global_ref` and `release_string_utf_chars` won't print incorrect
237 The methods `JNIEnv::get_string_utf_chars` and `JNIEnv::release_string_utf_chars` have been removed…
1164 pub unsafe fn release_string_utf_chars(&self, obj: JString, arr: *const c_char) -> Result<()> { in release_string_utf_chars() method