Home
last modified time | relevance | path

Searched defs:checked_add (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ascii/
Dmod.rs962 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self>; in checked_add() method
969 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_add() method
978 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_add() method
987 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_add() method
996 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_add() method
1005 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_add() method
1015 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_add() method
1025 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_add() method
1035 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_add() method
1045 fn checked_add(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_add() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/instant/src/
Dwasm.rs40 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
205 pub fn checked_add(&self, duration: Duration) -> Option<SystemTime> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs395 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
579 pub fn checked_add(&self, duration: Duration) -> Option<SystemTime> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs395 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
579 pub fn checked_add(&self, duration: Duration) -> Option<SystemTime> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs395 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
579 pub fn checked_add(&self, duration: Duration) -> Option<SystemTime> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs395 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
579 pub fn checked_add(&self, duration: Duration) -> Option<SystemTime> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dtime.rs395 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
579 pub fn checked_add(&self, duration: Duration) -> Option<SystemTime> { in checked_add() method
/aosp_15_r20/external/rust/android-crates-io/crates/const-oid/src/
Dchecked.rs4 macro_rules! checked_add { macro
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/
Dchecked.rs8 fn checked_add(&self, v: &Self) -> Option<Self>; in checked_add() method
/aosp_15_r20/packages/modules/DnsResolver/doh/
Dboot_time.rs80 pub fn checked_add(&self, duration: Duration) -> Option<BootTime> { in checked_add() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/
Dinstant.rs141 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
/aosp_15_r20/external/crosvm/vm_memory/src/
H A Dguest_address.rs54 pub fn checked_add(self, other: u64) -> Option<GuestAddress> { in checked_add() method
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Daddition.rs249 fn checked_add(&self, v: &BigUint) -> Option<BigUint> { in checked_add() method
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/integer/
Dmod.rs192 fn checked_add(self, rhs: Self) -> Option<Self>; in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs139 fn checked_add() { in checked_add() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs139 fn checked_add() { in checked_add() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs139 fn checked_add() { in checked_add() function
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Daddition.rs234 fn checked_add(&self, v: &BigInt) -> Option<BigInt> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs139 fn checked_add() { in checked_add() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs139 fn checked_add() { in checked_add() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs138 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs138 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs140 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs140 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dtime.rs140 pub fn checked_add(&self, duration: Duration) -> Option<Instant> { in checked_add() method

12