Searched defs:with_tag (Results 1 – 3 of 3) sorted by relevance
289 pub fn with_tag<S: Into<Vec<u8>>>(mut self, tag: S) -> Self { in with_tag() method
1206 pub fn with_tag(self, tag: usize) -> Owned<T> { in with_tag() method1619 pub fn with_tag(&self, tag: usize) -> Shared<'g, T> { in with_tag() method
291 pub fn with_tag(self, tag: BerTag) -> Self { in with_tag() method