Home
last modified time | relevance | path

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

/external/rust/crates/android_logger/src/
Dlib.rs289 pub fn with_tag<S: Into<Vec<u8>>>(mut self, tag: S) -> Self { in with_tag() method
/external/rust/crates/crossbeam-epoch/src/
Datomic.rs1206 pub fn with_tag(self, tag: usize) -> Owned<T> { in with_tag() method
1619 pub fn with_tag(&self, tag: usize) -> Shared<'g, T> { in with_tag() method
/external/rust/crates/der-parser/src/ber/
Dber.rs291 pub fn with_tag(self, tag: BerTag) -> Self { in with_tag() method