Home
last modified time | relevance | path

Searched defs:get_method_id (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/jni/0.20.0/src/wrapper/
Djnienv.rs630 pub fn get_method_id<'c, T, U, V>(&self, class: T, name: U, sig: V) -> Result<JMethodID> in get_method_id() method
/external/rust/crates/jni/src/wrapper/
Djnienv.rs963 pub fn get_method_id<'other_local, T, U, V>( in get_method_id() method