Home
last modified time | relevance | path

Searched +defs:next +defs:default (Results 51 – 75 of 1043) sorted by relevance

12345678910>>...42

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dranges.rs154 fn default() -> Self { in default() method
202 fn next(&mut self) -> Option<Range<u64>> { in next() method
223 next: u64, field
230 fn next(&mut self) -> Option<u64> { in next() method
238 let next = self.next; in next() localVariable
/aosp_15_r20/external/rust/crates/quiche/src/
Dranges.rs154 fn default() -> Self { in default() method
202 fn next(&mut self) -> Option<Range<u64>> { in next() method
223 next: u64, field
230 fn next(&mut self) -> Option<u64> { in next() method
238 let next = self.next; in next() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/thread_local/src/
Dcached.rs18 fn default() -> CachedThreadLocal<T> { in default() method
129 fn next(&mut self) -> Option<&'a mut T> { in next() method
151 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/
Dptr_weak_hash_set.rs166 fn next(&mut self) -> Option<Self::Item> { in next() method
181 fn next(&mut self) -> Option<Self::Item> { in next() method
196 fn next(&mut self) -> Option<Self::Item> { in next() method
241 fn default() -> Self { in default() function
Dweak_hash_set.rs195 fn next(&mut self) -> Option<Self::Item> { in next() method
210 fn next(&mut self) -> Option<Self::Item> { in next() method
225 fn next(&mut self) -> Option<Self::Item> { in next() method
265 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/packed/
Dapi.rs51 fn default() -> MatchKind { in default() method
113 fn default() -> Config { in default() method
338 fn default() -> Builder { in default() method
613 fn next(&mut self) -> Option<Match> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dlist.rs59 next: AtomicPtr<Block<T>>, field
81 let next = self.next.load(Ordering::Acquire); in wait_next() localVariable
132 fn default() -> Self { in default() method
341 let next = (*block).wait_next(); in start_recv() localVariable
585 let next = (*block).next.load(Ordering::Acquire); in discard_all_messages() localVariable
643 let next = (*block).next.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dlist.rs59 next: AtomicPtr<Block<T>>, field
81 let next = self.next.load(Ordering::Acquire); in wait_next() localVariable
132 fn default() -> Self { in default() method
341 let next = (*block).wait_next(); in start_recv() localVariable
585 let next = (*block).next.load(Ordering::Acquire); in discard_all_messages() localVariable
643 let next = (*block).next.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dlist.rs59 next: AtomicPtr<Block<T>>, field
81 let next = self.next.load(Ordering::Acquire); in wait_next() localVariable
132 fn default() -> Self { in default() method
339 let next = (*block).wait_next(); in start_recv() localVariable
581 let next = (*block).next.load(Ordering::Acquire); in discard_all_messages() localVariable
639 let next = (*block).next.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dlist.rs59 next: AtomicPtr<Block<T>>, field
81 let next = self.next.load(Ordering::Acquire); in wait_next() localVariable
132 fn default() -> Self { in default() method
341 let next = (*block).wait_next(); in start_recv() localVariable
585 let next = (*block).next.load(Ordering::Acquire); in discard_all_messages() localVariable
643 let next = (*block).next.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dlist.rs59 next: AtomicPtr<Block<T>>, field
81 let next = self.next.load(Ordering::Acquire); in wait_next() localVariable
132 fn default() -> Self { in default() method
339 let next = (*block).wait_next(); in start_recv() localVariable
581 let next = (*block).next.load(Ordering::Acquire); in discard_all_messages() localVariable
639 let next = (*block).next.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
H A Dapi.rs43 fn default() -> MatchKind { in default() method
107 fn default() -> Config { in default() method
360 fn default() -> Builder { in default() method
675 fn next(&mut self) -> Option<Match> { in next() method
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Dahocorasick.rs1177 fn next(&mut self) -> Option<Match> { in next() method
1250 fn next(&mut self) -> Option<Match> { in next() method
1299 fn next(&mut self) -> Option<io::Result<Match>> { in next() method
1391 fn next(&mut self) -> Option<io::Result<StreamChunk>> { in next() method
1497 fn default() -> AhoCorasickBuilder { in default() method
2077 fn default() -> MatchKind { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/sync/
Dlist.rs19 next: Atomic<Entry>, field
133 fn default() -> Self { in default() method
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
238 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/
H A Dalphabet.rs132 fn next(&mut self) -> Option<u8> { in next() method
148 fn next(&mut self) -> Option<u8> { in next() method
169 fn next(&mut self) -> Option<(u8, u8)> { in next() method
210 fn default() -> ByteClassSet { in default() method
/aosp_15_r20/external/python/jinja/src/jinja2/
Dutils.py369 def get(self, key, default=None): argument
376 def setdefault(self, key, default=None): argument
487 default=False, argument
612 def next(self): member in Cycler
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dutils.py348 def get(self, key, default=None): argument
355 def setdefault(self, key, default=None): argument
494 default=False): argument
592 def next(self): member in Cycler
/aosp_15_r20/external/rust/android-crates-io/crates/matchit/src/
Dtree.rs88 let next = prefix[0]; in insert() localVariable
580 let mut next = b'a'; in normalize_params() localVariable
634 let next = match params.get(i) { in denormalize_params() localVariable
697 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
1456 fn next(&mut self) -> Option<&'a T> { in next() method
1524 fn next(&mut self) -> Option<T> { in next() method
1565 fn default() -> Self { in default() method
1621 fn next(&mut self) -> Option<T> { in next() method
1670 fn next(&mut self) -> Option<T> { in next() method
1747 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
1456 fn next(&mut self) -> Option<&'a T> { in next() method
1524 fn next(&mut self) -> Option<T> { in next() method
1565 fn default() -> Self { in default() method
1621 fn next(&mut self) -> Option<T> { in next() method
1670 fn next(&mut self) -> Option<T> { in next() method
1747 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
1456 fn next(&mut self) -> Option<&'a T> { in next() method
1524 fn next(&mut self) -> Option<T> { in next() method
1565 fn default() -> Self { in default() method
1621 fn next(&mut self) -> Option<T> { in next() method
1670 fn next(&mut self) -> Option<T> { in next() method
1747 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
1456 fn next(&mut self) -> Option<&'a T> { in next() method
1524 fn next(&mut self) -> Option<T> { in next() method
1565 fn default() -> Self { in default() method
1621 fn next(&mut self) -> Option<T> { in next() method
1670 fn next(&mut self) -> Option<T> { in next() method
1747 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
1456 fn next(&mut self) -> Option<&'a T> { in next() method
1524 fn next(&mut self) -> Option<T> { in next() method
1565 fn default() -> Self { in default() method
1621 fn next(&mut self) -> Option<T> { in next() method
1670 fn next(&mut self) -> Option<T> { in next() method
1747 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/
H A Dstring.rs45 fn next(&mut self) -> Option<Self::Item> { in next() method
105 fn next(&mut self) -> Option<Self::Item> { in next() method
117 fn default() -> Self { in default() method
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dqueue.rs42 fn default() -> Self { in default() method
63 fn next(&mut self) -> Option<Self::Item> { in next() method

12345678910>>...42