Searched defs:JListIter (Results 1 – 2 of 2) sorted by relevance
/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/ |
D | jlist.rs | 177 pub struct JListIter<'a: 'b, 'b: 'c, 'c> { struct 183 impl<'a: 'b, 'b: 'c, 'c> Iterator for JListIter<'a, 'b, 'c> { argument
|
/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | jlist.rs | 250 pub struct JListIter<'list, 'local, 'other_local_1: 'obj_ref, 'obj_ref> { struct 256 impl<'list, 'local, 'other_local_1: 'obj_ref, 'obj_ref> 257 JListIter<'list, 'local, 'other_local_1, 'obj_ref> argument
|