/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | copied.rs | 47 fn next(&mut self) -> Option<T> { in next() function 254 fn default() -> Self { in default() method
|
H A D | enumerate.rs | 47 fn next(&mut self) -> Option<(usize, <I as Iterator>::Item)> { in next() function 282 fn default() -> Self { in default() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | copied.rs | 47 fn next(&mut self) -> Option<T> { in next() function 254 fn default() -> Self { in default() method
|
/aosp_15_r20/external/jcommander/lib/ |
HD | kotlin-runtime.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/annotation/
kotlin/ ... |
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/ |
D | test_all.py | 31 next = __next__ variable in logcursor_py3k 81 next = __next__ variable in cursor_py3k 288 def get(self, key, default="MagicCookie", txn=None, flags=0, dlen=-1, doff=-1) : argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 2070 fn default() -> Option<T> { in default() method 2246 fn next(&mut self) -> Option<A> { in next() method 2289 fn next(&mut self) -> Option<&'a A> { in next() method 2339 fn next(&mut self) -> Option<&'a mut A> { in next() method 2380 fn next(&mut self) -> Option<A> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 2070 fn default() -> Option<T> { in default() method 2246 fn next(&mut self) -> Option<A> { in next() method 2289 fn next(&mut self) -> Option<&'a A> { in next() method 2339 fn next(&mut self) -> Option<&'a mut A> { in next() method 2380 fn next(&mut self) -> Option<A> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 2070 fn default() -> Option<T> { in default() method 2246 fn next(&mut self) -> Option<A> { in next() method 2289 fn next(&mut self) -> Option<&'a A> { in next() method 2339 fn next(&mut self) -> Option<&'a mut A> { in next() method 2380 fn next(&mut self) -> Option<A> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/ |
D | physical.rs | 1085 let next = in image_format_properties_unchecked() localVariable 1096 let next = image_view_info_vk.insert( in image_format_properties_unchecked() localVariable 1108 let next = stencil_usage_info_vk.insert(ash::vk::ImageStencilUsageCreateInfo { in image_format_properties_unchecked() localVariable 1124 let next = external_properties_vk in image_format_properties_unchecked() localVariable 1132 let next = filter_cubic_image_view_properties_vk in image_format_properties_unchecked() localVariable 1566 let next = in surface_capabilities_unchecked() localVariable 1577 let next = full_screen_exclusive_win32_info_vk.insert( in surface_capabilities_unchecked() localVariable 1595 let next = capabilities_full_screen_exclusive_vk in surface_capabilities_unchecked() localVariable 1607 let next = protected_capabilities_vk in surface_capabilities_unchecked() localVariable 2459 fn default() -> Self { in default() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/ |
D | mod.rs | 304 let next = self.g.nodes[a.index()].next[k]; in remove_node() localVariable 1218 fn default() -> Self { in default() function 1310 fn next(&mut self) -> Option<Self::Item> { in next() function 1381 next: [EdgeIndex<Ix>; 2], field 1396 fn next(&mut self) -> Option<Self::Item> { in next() function 1479 fn next(&mut self) -> Option<EdgeReference<'a, E, Ix>> { in next() function 1508 fn next(&mut self) -> Option<Self::Item> { in next() function 1548 fn next(&mut self) -> Option<NodeIndex<Ix>> { in next() function 1580 next: [EdgeIndex<Ix>; 2], field 1608 fn next(&mut self) -> Option<NodeIndex<Ix>> { in next() function [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/ |
H A D | regex.rs | 579 fn next(&mut self) -> Option<Match> { in next() method 892 fn default() -> Builder { in default() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-bindings/src/ |
D | virtio_ring.rs | 65 pub next: __virtio16, field 336 fn default() -> Self { in default() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/ |
D | byte_record.rs | 100 fn default() -> ByteRecord { in default() method 660 fn default() -> Bounds { in default() method 815 fn next(&mut self) -> Option<&'r [u8]> { in next() method
|
D | string_record.rs | 79 fn default() -> StringRecord { in default() method 717 fn next(&mut self) -> Option<&'r str> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/fixedbitset/src/ |
D | lib.rs | 1050 fn default() -> Self { in default() method 1101 fn next(&mut self) -> Option<Self::Item> { in next() method 1134 fn next(&mut self) -> Option<Self::Item> { in next() method 1165 fn next(&mut self) -> Option<Self::Item> { in next() method 1198 fn next(&mut self) -> Option<Self::Item> { in next() method 1254 fn next(&mut self) -> Option<Self::Item> { in next() method 1363 fn next(&mut self) -> Option<Self::Item> { in next() method 1416 fn next(&mut self) -> Option<Self::Item> { in next() method 1585 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | graphmap.rs | 706 fn next(&mut self) -> Option<N> { in next() function 743 fn next(&mut self) -> Option<N> { in next() function 790 fn next(&mut self) -> Option<Self::Item> { in next() function 825 fn next(&mut self) -> Option<Self::Item> { in next() function 858 fn next(&mut self) -> Option<Self::Item> { in next() function 911 fn next(&mut self) -> Option<Self::Item> { in next() function 987 fn default() -> Self { in default() function 1072 fn next(&mut self) -> Option<Self::Item> { in next() function 1097 fn next(&mut self) -> Option<Self::Item> { in next() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/ |
H A D | glyf.rs | 283 fn next(&mut self) -> Option<Self::Item> { in next() method 434 fn default() -> Self { in default() method 529 fn next(&mut self) -> Option<Self::Item> { in next() method 594 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/ |
D | regex.rs | 431 fn next(&mut self) -> Option<(usize, usize)> { in next() method 768 fn default() -> RegexBuilder { in default() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/response/ |
D | sse.rs | 441 fn default() -> Self { in default() method 496 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/ |
H A D | into_iter.rs | 207 fn next(&mut self) -> Option<T> { in next() method 445 fn default() -> Self { in default() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/vec/ |
H A D | into_iter.rs | 207 fn next(&mut self) -> Option<T> { in next() method 445 fn default() -> Self { in default() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | enumerate.rs | 47 fn next(&mut self) -> Option<(usize, <I as Iterator>::Item)> { in next() function 282 fn default() -> Self { in default() method
|
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/ |
H A D | vector.rs | 33 fn default() -> Self { in default() method 231 fn next(&mut self) -> Option<T::Inner> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | enumerate.rs | 47 fn next(&mut self) -> Option<(usize, <I as Iterator>::Item)> { in next() function 282 fn default() -> Self { in default() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/ |
H A D | into_iter.rs | 202 fn next(&mut self) -> Option<T> { in next() method 440 fn default() -> Self { in default() function
|