Home
last modified time | relevance | path

Searched defs:with_tag (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/android_logger/src/
Dlib.rs250 pub fn with_tag<S: Into<Vec<u8>>>(mut self, tag: S) -> Self { in with_tag() method
/external/rust/crates/crossbeam-epoch/src/
Datomic.rs1073 pub fn with_tag(self, tag: usize) -> Owned<T> { in with_tag() method
1457 pub fn with_tag(&self, tag: usize) -> Shared<'g, T> { in with_tag() method