Searched defs:JMapIter (Results 1 – 2 of 2) sorted by relevance
| /external/rust/crates/jni/0.20.0/src/wrapper/objects/ |
| D | jmap.rs | 189 pub struct JMapIter<'a, 'b, 'c> { struct 198 impl<'a: 'b, 'b: 'c, 'c> JMapIter<'a, 'b, 'c> { impl 237 impl<'a: 'b, 'b: 'c, 'c> Iterator for JMapIter<'a, 'b, 'c> { implementation
|
| /external/rust/crates/jni/src/wrapper/objects/ |
| D | jmap.rs | 244 pub struct JMapIter<'map, 'local, 'other_local_1: 'obj_ref, 'obj_ref, 'iter_local> { struct 253 impl<'map, 'local, 'other_local_1: 'obj_ref, 'obj_ref, 'iter_local> 254 JMapIter<'map, 'local, 'other_local_1, 'obj_ref, 'iter_local> argument
|