Home
last modified time | relevance | path

Searched refs:RangeFrom (Results 1 – 25 of 1515) sorted by relevance

12345678910>>...61

/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/scroll-0.10.2/src/
H A Dpread.rs2 use core::ops::{Index, RangeFrom};
45 pub trait Pread<Ctx, E> : Index<usize> + Index<RangeFrom<usize>> + MeasureWith<Ctx>
57 …, <Self as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize) -> result::Resul… in pread()
68 …lf as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize, ctx: Ctx) -> result::… in pread_with()
84 … Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: &mut usize) -> result::Result<N, … in gread()
101 where <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_with()
131 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout()
133 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout()
154 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout_with()
155 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout_with()
[all …]
H A Dgreater.rs1 use core::ops::{Index, IndexMut, RangeFrom};
36 pub trait Cread<Ctx, I = usize> : Index<I> + Index<RangeFrom<I>>
56 …fn cread_with<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I, ctx: Ctx) … in cread_with()
82 …fn cread<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I) -> N where Ctx:… in cread()
88 impl<Ctx: Copy, I, R: ?Sized + Index<I> + Index<RangeFrom<I>>> Cread<Ctx, I> for R {}
118 pub trait Cwrite<Ctx: Copy, I = usize>: Index<I> + IndexMut<RangeFrom<I>> {
133 …fn cwrite<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I) wher… in cwrite()
149 …fn cwrite_with<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I,… in cwrite_with()
154 impl<Ctx: Copy, I, W: ?Sized + Index<I> + IndexMut<RangeFrom<I>>> Cwrite<Ctx, I> for W {}
/dports/www/firefox/firefox-99.0/third_party/rust/scroll/src/
H A Dpread.rs2 use core::ops::{Index, RangeFrom};
45 pub trait Pread<Ctx, E> : Index<usize> + Index<RangeFrom<usize>> + MeasureWith<Ctx>
57 …, <Self as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize) -> result::Resul… in pread()
68 …lf as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize, ctx: Ctx) -> result::… in pread_with()
84 … Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: &mut usize) -> result::Result<N, … in gread()
101 where <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_with()
131 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout()
133 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout()
154 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout_with()
155 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout_with()
[all …]
H A Dgreater.rs1 use core::ops::{Index, IndexMut, RangeFrom};
36 pub trait Cread<Ctx, I = usize> : Index<I> + Index<RangeFrom<I>>
56 …fn cread_with<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I, ctx: Ctx) … in cread_with()
82 …fn cread<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I) -> N where Ctx:… in cread()
88 impl<Ctx: Copy, I, R: ?Sized + Index<I> + Index<RangeFrom<I>>> Cread<Ctx, I> for R {}
118 pub trait Cwrite<Ctx: Copy, I = usize>: Index<I> + IndexMut<RangeFrom<I>> {
133 …fn cwrite<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I) wher… in cwrite()
149 …fn cwrite_with<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I,… in cwrite_with()
154 impl<Ctx: Copy, I, W: ?Sized + Index<I> + IndexMut<RangeFrom<I>>> Cwrite<Ctx, I> for W {}
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/scroll/src/
H A Dpread.rs2 use core::ops::{Index, RangeFrom};
45 pub trait Pread<Ctx, E> : Index<usize> + Index<RangeFrom<usize>> + MeasureWith<Ctx>
57 …, <Self as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize) -> result::Resul… in pread()
68 …lf as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize, ctx: Ctx) -> result::… in pread_with()
84 … Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: &mut usize) -> result::Result<N, … in gread()
101 where <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_with()
131 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout()
133 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout()
154 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout_with()
155 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout_with()
[all …]
H A Dgreater.rs1 use core::ops::{Index, IndexMut, RangeFrom};
36 pub trait Cread<Ctx, I = usize> : Index<I> + Index<RangeFrom<I>>
56 …fn cread_with<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I, ctx: Ctx) … in cread_with()
82 …fn cread<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I) -> N where Ctx:… in cread()
88 impl<Ctx: Copy, I, R: ?Sized + Index<I> + Index<RangeFrom<I>>> Cread<Ctx, I> for R {}
118 pub trait Cwrite<Ctx: Copy, I = usize>: Index<I> + IndexMut<RangeFrom<I>> {
133 …fn cwrite<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I) wher… in cwrite()
149 …fn cwrite_with<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I,… in cwrite_with()
154 impl<Ctx: Copy, I, W: ?Sized + Index<I> + IndexMut<RangeFrom<I>>> Cwrite<Ctx, I> for W {}
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/scroll/src/
H A Dpread.rs2 use core::ops::{Index, RangeFrom};
45 pub trait Pread<Ctx, E> : Index<usize> + Index<RangeFrom<usize>> + MeasureWith<Ctx>
57 …, <Self as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize) -> result::Resul… in pread()
68 …lf as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize, ctx: Ctx) -> result::… in pread_with()
84 … Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: &mut usize) -> result::Result<N, … in gread()
101 where <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_with()
131 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout()
133 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout()
154 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout_with()
155 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout_with()
[all …]
H A Dgreater.rs1 use core::ops::{Index, IndexMut, RangeFrom};
36 pub trait Cread<Ctx, I = usize> : Index<I> + Index<RangeFrom<I>>
56 …fn cread_with<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I, ctx: Ctx) … in cread_with()
82 …fn cread<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I) -> N where Ctx:… in cread()
88 impl<Ctx: Copy, I, R: ?Sized + Index<I> + Index<RangeFrom<I>>> Cread<Ctx, I> for R {}
118 pub trait Cwrite<Ctx: Copy, I = usize>: Index<I> + IndexMut<RangeFrom<I>> {
133 …fn cwrite<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I) wher… in cwrite()
149 …fn cwrite_with<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I,… in cwrite_with()
154 impl<Ctx: Copy, I, W: ?Sized + Index<I> + IndexMut<RangeFrom<I>>> Cwrite<Ctx, I> for W {}
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/scroll/src/
H A Dpread.rs2 use core::ops::{Index, RangeFrom};
81 pub trait Pread<Ctx, E> : Index<usize> + Index<RangeFrom<usize>> + MeasureWith<Ctx>
93 …, <Self as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize) -> result::Resul… in pread()
104 …lf as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize, ctx: Ctx) -> result::… in pread_with()
120 … Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: &mut usize) -> result::Result<N, … in gread()
137 where <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_with()
167 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout()
169 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout()
190 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout_with()
191 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout_with()
[all …]
H A Dgreater.rs1 use core::ops::{Index, IndexMut, RangeFrom};
35 pub trait Cread<Ctx, I = usize> : Index<I> + Index<RangeFrom<I>>
55 …fn cread_with<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I, ctx: Ctx) … in cread_with()
81 …fn cread<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I) -> N where Ctx:… in cread()
87 impl<Ctx: Copy, I, R: ?Sized + Index<I> + Index<RangeFrom<I>>> Cread<Ctx, I> for R {}
115 pub trait Cwrite<Ctx: Copy, I = usize>: Index<I> + IndexMut<RangeFrom<I>> {
130 …fn cwrite<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I) wher… in cwrite()
146 …fn cwrite_with<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I,… in cwrite_with()
151 impl<Ctx: Copy, I, W: ?Sized + Index<I> + IndexMut<RangeFrom<I>>> Cwrite<Ctx, I> for W {}
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/scroll-0.10.2/src/
H A Dpread.rs2 use core::ops::{Index, RangeFrom};
45 pub trait Pread<Ctx, E> : Index<usize> + Index<RangeFrom<usize>> + MeasureWith<Ctx>
57 …, <Self as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize) -> result::Resul… in pread()
68 …lf as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize, ctx: Ctx) -> result::… in pread_with()
84 … Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: &mut usize) -> result::Result<N, … in gread()
101 where <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_with()
131 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout()
133 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout()
154 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout_with()
155 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout_with()
[all …]
H A Dgreater.rs1 use core::ops::{Index, IndexMut, RangeFrom};
36 pub trait Cread<Ctx, I = usize> : Index<I> + Index<RangeFrom<I>>
56 …fn cread_with<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I, ctx: Ctx) … in cread_with()
82 …fn cread<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I) -> N where Ctx:… in cread()
88 impl<Ctx: Copy, I, R: ?Sized + Index<I> + Index<RangeFrom<I>>> Cread<Ctx, I> for R {}
118 pub trait Cwrite<Ctx: Copy, I = usize>: Index<I> + IndexMut<RangeFrom<I>> {
133 …fn cwrite<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I) wher… in cwrite()
149 …fn cwrite_with<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I,… in cwrite_with()
154 impl<Ctx: Copy, I, W: ?Sized + Index<I> + IndexMut<RangeFrom<I>>> Cwrite<Ctx, I> for W {}
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/scroll-0.10.2/src/
H A Dpread.rs2 use core::ops::{Index, RangeFrom};
45 pub trait Pread<Ctx, E> : Index<usize> + Index<RangeFrom<usize>> + MeasureWith<Ctx>
57 …, <Self as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize) -> result::Resul… in pread()
68 …lf as Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: usize, ctx: Ctx) -> result::… in pread_with()
84 … Index<RangeFrom<usize>>>::Output, Error = E>>(&'a self, offset: &mut usize) -> result::Result<N, … in gread()
101 where <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_with()
131 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout()
133 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout()
154 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<usize>>>::Output, Error = E>, in gread_inout_with()
155 <Self as Index<RangeFrom<usize>>>::Output: 'a in gread_inout_with()
[all …]
H A Dgreater.rs1 use core::ops::{Index, IndexMut, RangeFrom};
36 pub trait Cread<Ctx, I = usize> : Index<I> + Index<RangeFrom<I>>
56 …fn cread_with<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I, ctx: Ctx) … in cread_with()
82 …fn cread<N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&self, offset: I) -> N where Ctx:… in cread()
88 impl<Ctx: Copy, I, R: ?Sized + Index<I> + Index<RangeFrom<I>>> Cread<Ctx, I> for R {}
118 pub trait Cwrite<Ctx: Copy, I = usize>: Index<I> + IndexMut<RangeFrom<I>> {
133 …fn cwrite<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I) wher… in cwrite()
149 …fn cwrite_with<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I,… in cwrite_with()
154 impl<Ctx: Copy, I, W: ?Sized + Index<I> + IndexMut<RangeFrom<I>>> Cwrite<Ctx, I> for W {}
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/scroll-0.9.2/src/
H A Dpread.rs2 use core::ops::{Index, RangeFrom, Add, AddAssign};
83 pub trait Pread<Ctx, E, I = usize> : Index<I> + Index<RangeFrom<I>> + MeasureWith<Ctx, Units = I>
96 … <Self as Index<RangeFrom<I>>>::Output, Error = E, Size = I>>(&'a self, offset: I) -> result::Resu… in pread()
107 …f as Index<RangeFrom<I>>>::Output, Error = E, Size = I>>(&'a self, offset: I, ctx: Ctx) -> result:… in pread_with()
123RangeFrom<I>>>::Output, Error = E, Size = I>>(&'a self, offset: &mut I) -> result::Result<N, E> wh… in gread()
140 where I: AddAssign, <Self as Index<RangeFrom<I>>>::Output: 'a in gread_with()
171 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<I>>>::Output, Error = E, Size = I>, in gread_inout()
173 <Self as Index<RangeFrom<I>>>::Output: 'a in gread_inout()
196 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<I>>>::Output, Error = E, Size = I>, in gread_inout_with()
197 <Self as Index<RangeFrom<I>>>::Output: 'a in gread_inout_with()
[all …]
H A Dgreater.rs1 use core::ops::{Index, IndexMut, RangeFrom};
35 pub trait Cread<Ctx, I = usize> : Index<I> + Index<RangeFrom<I>>
55 …fn cread_with<'a, N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&'a self, offset: I, ctx… in cread_with()
81 …fn cread<'a, N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&'a self, offset: I) -> N whe… in cread()
87 impl<Ctx: Copy, I, R: ?Sized + Index<I> + Index<RangeFrom<I>>> Cread<Ctx, I> for R {}
115 pub trait Cwrite<Ctx: Copy, I = usize>: Index<I> + IndexMut<RangeFrom<I>> {
130 …fn cwrite<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I) wher… in cwrite()
146 …fn cwrite_with<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I,… in cwrite_with()
151 impl<Ctx: Copy, I, W: ?Sized + Index<I> + IndexMut<RangeFrom<I>>> Cwrite<Ctx, I> for W {}
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/scroll-0.9.2/src/
H A Dpread.rs2 use core::ops::{Index, RangeFrom, Add, AddAssign};
83 pub trait Pread<Ctx, E, I = usize> : Index<I> + Index<RangeFrom<I>> + MeasureWith<Ctx, Units = I>
96 … <Self as Index<RangeFrom<I>>>::Output, Error = E, Size = I>>(&'a self, offset: I) -> result::Resu… in pread()
107 …f as Index<RangeFrom<I>>>::Output, Error = E, Size = I>>(&'a self, offset: I, ctx: Ctx) -> result:… in pread_with()
123RangeFrom<I>>>::Output, Error = E, Size = I>>(&'a self, offset: &mut I) -> result::Result<N, E> wh… in gread()
140 where I: AddAssign, <Self as Index<RangeFrom<I>>>::Output: 'a in gread_with()
171 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<I>>>::Output, Error = E, Size = I>, in gread_inout()
173 <Self as Index<RangeFrom<I>>>::Output: 'a in gread_inout()
196 N: TryFromCtx<'a, Ctx, <Self as Index<RangeFrom<I>>>::Output, Error = E, Size = I>, in gread_inout_with()
197 <Self as Index<RangeFrom<I>>>::Output: 'a in gread_inout_with()
[all …]
H A Dgreater.rs1 use core::ops::{Index, IndexMut, RangeFrom};
35 pub trait Cread<Ctx, I = usize> : Index<I> + Index<RangeFrom<I>>
55 …fn cread_with<'a, N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&'a self, offset: I, ctx… in cread_with()
81 …fn cread<'a, N: FromCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&'a self, offset: I) -> N whe… in cread()
87 impl<Ctx: Copy, I, R: ?Sized + Index<I> + Index<RangeFrom<I>>> Cread<Ctx, I> for R {}
115 pub trait Cwrite<Ctx: Copy, I = usize>: Index<I> + IndexMut<RangeFrom<I>> {
130 …fn cwrite<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I) wher… in cwrite()
146 …fn cwrite_with<N: IntoCtx<Ctx, <Self as Index<RangeFrom<I>>>::Output>>(&mut self, n: N, offset: I,… in cwrite_with()
151 impl<Ctx: Copy, I, W: ?Sized + Index<I> + IndexMut<RangeFrom<I>>> Cwrite<Ctx, I> for W {}
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/nom-6.1.2/src/number/
H A Dcomplete.rs9 use crate::lib::std::ops::{RangeFrom, RangeTo};
32 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u8()
62 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u16()
95 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u24()
128 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u32()
161 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u64()
195 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u128()
228 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i8()
1385 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in recognize_float()
1428 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in float()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/nom-6.1.2/src/number/
H A Dcomplete.rs9 use crate::lib::std::ops::{RangeFrom, RangeTo};
32 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u8()
62 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u16()
95 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u24()
128 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u32()
161 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u64()
195 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u128()
228 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i8()
1385 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in recognize_float()
1428 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in float()
[all …]
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/nom-6.1.2/src/number/
H A Dcomplete.rs9 use crate::lib::std::ops::{RangeFrom, RangeTo};
32 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u8()
62 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u16()
95 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u24()
128 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u32()
161 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u64()
195 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u128()
228 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i8()
1385 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in recognize_float()
1428 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in float()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/nom-6.1.2/src/number/
H A Dcomplete.rs9 use crate::lib::std::ops::{RangeFrom, RangeTo};
32 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u8()
62 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u16()
95 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u24()
128 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u32()
161 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u64()
195 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u128()
228 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i8()
1385 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in recognize_float()
1428 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in float()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/nom-6.1.2/src/number/
H A Dcomplete.rs9 use crate::lib::std::ops::{RangeFrom, RangeTo};
32 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u8()
62 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u16()
95 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u24()
128 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u32()
161 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u64()
195 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u128()
228 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i8()
1385 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in recognize_float()
1428 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in float()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/nom-6.1.2/src/number/
H A Dcomplete.rs9 use crate::lib::std::ops::{RangeFrom, RangeTo};
32 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u8()
62 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u16()
95 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u24()
128 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u32()
161 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u64()
195 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u128()
228 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i8()
1385 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in recognize_float()
1428 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in float()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/nom-6.2.1/src/number/
H A Dcomplete.rs9 use crate::lib::std::ops::{RangeFrom, RangeTo};
32 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u8()
62 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u16()
95 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u24()
128 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u32()
161 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u64()
195 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_u128()
228 I: Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength, in be_i8()
1385 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in recognize_float()
1428 T: Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>, in float()
[all …]

12345678910>>...61