Home
last modified time | relevance | path

Searched defs:IndexStr (Results 1 – 6 of 6) sorted by relevance

/dports/devel/grcov/grcov-0.8.2/cargo-crates/cpp_demangle-0.3.2/src/
H A Dindex_str.rs11 pub struct IndexStr<'a> { struct
17 impl<'a> IndexStr<'a> { implementation
107 impl<'a> IndexStr<'a> { implementation
139 impl<'a> AsRef<[u8]> for IndexStr<'a> { implementation
146 impl<'a> From<&'a [u8]> for IndexStr<'a> { implementation
147 fn from(s: &[u8]) -> IndexStr { in from()
152 impl<'a> Into<&'a [u8]> for IndexStr<'a> { implementation
158 impl<'a, 'b> PartialEq<&'a [u8]> for IndexStr<'b> { implementation
164 impl<'a> fmt::Debug for IndexStr<'a> { implementation
H A Dast.rs7729 fn parse_number(base: u32, allow_signed: bool, mut input: IndexStr) -> Result<(isize, IndexStr)> { in parse_number() argument
/dports/devel/gitui/gitui-0.10.1/cargo-crates/cpp_demangle-0.3.0/src/
H A Dindex_str.rs11 pub struct IndexStr<'a> { struct
17 impl<'a> IndexStr<'a> { argument
107 impl<'a> IndexStr<'a> { impl
139 impl<'a> AsRef<[u8]> for IndexStr<'a> { implementation
146 impl<'a> From<&'a [u8]> for IndexStr<'a> { implementation
147 fn from(s: &[u8]) -> IndexStr { in from()
152 impl<'a> Into<&'a [u8]> for IndexStr<'a> { implementation
158 impl<'a, 'b> PartialEq<&'a [u8]> for IndexStr<'b> { implementation
164 impl<'a> fmt::Debug for IndexStr<'a> { implementation
H A Dast.rs7543 fn parse_number(base: u32, allow_signed: bool, mut input: IndexStr) -> Result<(isize, IndexStr)> { in parse_number() argument
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/cpp_demangle-0.3.2/src/
H A Dindex_str.rs11 pub struct IndexStr<'a> { struct
17 impl<'a> IndexStr<'a> { impl
107 impl<'a> IndexStr<'a> { impl
139 impl<'a> AsRef<[u8]> for IndexStr<'a> { implementation
146 impl<'a> From<&'a [u8]> for IndexStr<'a> { implementation
147 fn from(s: &[u8]) -> IndexStr { in from()
152 impl<'a> Into<&'a [u8]> for IndexStr<'a> { implementation
158 impl<'a, 'b> PartialEq<&'a [u8]> for IndexStr<'b> { implementation
164 impl<'a> fmt::Debug for IndexStr<'a> { implementation
H A Dast.rs7729 fn parse_number(base: u32, allow_signed: bool, mut input: IndexStr) -> Result<(isize, IndexStr)> { in parse_number() argument