Home
last modified time | relevance | path

Searched defs:try_read (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/
Dffi_converter_impls.rs107 fn try_read(buf: &mut &[u8]) -> Result<bool> { in try_read() method
156 fn try_read(buf: &mut &[u8]) -> Result<String> { in try_read() method
206 fn try_read(buf: &mut &[u8]) -> Result<SystemTime> { in try_read() method
239 fn try_read(buf: &mut &[u8]) -> Result<Duration> { in try_read() method
281 fn try_read(buf: &mut &[u8]) -> Result<Option<T>> { in try_read() method
336 fn try_read(buf: &mut &[u8]) -> Result<Vec<T>> { in try_read() method
387 fn try_read(buf: &mut &[u8]) -> Result<HashMap<K, V>> { in try_read() function
Dffi_converter_traits.rs128 fn try_read(buf: &mut &[u8]) -> Result<Self>; in try_read() method
158 fn try_read(buf: &mut &[u8]) -> Result<Arc<Self>>; in try_read() method
181 fn try_read(buf: &mut &[u8]) -> Result<Self> { in try_read() function
208 fn try_read(buf: &mut &[u8]) -> Result<Self>; in try_read() method
Dlib.rs301 fn try_read(buf: &mut &[u8]) -> Result<TestError> { in try_read() method
/aosp_15_r20/external/pytorch/torch/csrc/api/src/serialize/
H A Dinput-archive.cpp26 bool InputArchive::try_read(const std::string& key, c10::IValue& ivalue) { in try_read() function in torch::serialize::InputArchive
34 bool InputArchive::try_read( in try_read() function in torch::serialize::InputArchive
72 bool InputArchive::try_read(const std::string& key, InputArchive& archive) { in try_read() function in torch::serialize::InputArchive
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/std/
Drwlock.rs24 pub(crate) fn try_read(&self) -> Option<RwLockReadGuard<'_, T>> { in try_read() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/
Dsync.rs48 pub(crate) fn try_read(&self) -> TryLockResult<RwLockReadGuard<'_, T>> { in try_read() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs21 pub fn try_read(&self) -> bool { in try_read() method
H A Dno_threads.rs29 pub fn try_read(&self) -> bool { in try_read() method
H A Dsolid.rs46 pub fn try_read(&self) -> bool { in try_read() method
H A Dfutex.rs71 pub fn try_read(&self) -> bool { in try_read() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs21 pub fn try_read(&self) -> bool { in try_read() method
H A Dno_threads.rs29 pub fn try_read(&self) -> bool { in try_read() method
H A Dsolid.rs44 pub fn try_read(&self) -> bool { in try_read() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs21 pub fn try_read(&self) -> bool { in try_read() method
H A Dno_threads.rs29 pub fn try_read(&self) -> bool { in try_read() method
H A Dsolid.rs46 pub fn try_read(&self) -> bool { in try_read() method
H A Dfutex.rs71 pub fn try_read(&self) -> bool { in try_read() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs21 pub fn try_read(&self) -> bool { in try_read() method
H A Dno_threads.rs29 pub fn try_read(&self) -> bool { in try_read() method
H A Dsolid.rs46 pub fn try_read(&self) -> bool { in try_read() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs21 pub fn try_read(&self) -> bool { in try_read() method
H A Dno_threads.rs29 pub fn try_read(&self) -> bool { in try_read() method
H A Dsolid.rs44 pub fn try_read(&self) -> bool { in try_read() method
H A Dfutex.rs71 pub fn try_read(&self) -> bool { in try_read() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/
Dmocked.rs50 pub(crate) fn try_read(&self) -> Option<RwLockReadGuard<'_, T>> { in try_read() method

12