Home
last modified time | relevance | path

Searched defs:OneShot (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/indexmap/benches/
Dfaststring.rs28 pub struct OneShot<T: ?Sized>(pub T); struct
30 impl Hash for OneShot<str> { implementation
36 impl<'a, S> From<&'a S> for &'a OneShot<str> implementation
42 unsafe { &*(s as *const str as *const OneShot<str>) } in from() constant
46 impl Hash for OneShot<String> { implementation
52 impl Borrow<OneShot<str>> for OneShot<String> { implementation
58 impl<T> Deref for OneShot<T> { implementation
/external/perfetto/src/base/
Dperiodic_task_unittest.cc55 TEST(PeriodicTaskTest, OneShot) { in TEST() argument
/external/rust/android-crates-io/crates/nix/src/sys/
Dtime.rs82 OneShot(TimeSpec), enumerator