Searched refs:with_tag (Results 1 – 4 of 4) sorted by relevance
1073 pub fn with_tag(self, tag: usize) -> Owned<T> { in with_tag() method1101 Owned::new((**self).clone()).with_tag(self.tag()) in clone()1457 pub fn with_tag(&self, tag: usize) -> Shared<'g, T> { in with_tag() method1533 Shared::<i8>::null().with_tag(0); in valid_tag_i8()1538 Shared::<i64>::null().with_tag(7); in valid_tag_i64()
32 .with_tag("mytag") // logs will show under mytag tag
250 pub fn with_tag<S: Into<Vec<u8>>>(mut self, tag: S) -> Self { in with_tag() method461 .with_tag("my_app"); in check_config_values()
244 let succ = succ.with_tag(0); in next()