Home
last modified time | relevance | path

Searched defs:Data (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
Dmod.rs48 type Data: ParSplit; typedef
51 fn into_par_iter(self) -> ParIter<Self::Data>; in into_par_iter()
60 type Data = T; typedef
61 fn into_par_iter(self) -> ParIter<Self::Data> { in into_par_iter()
69 type Data: ParSplit + 'a; typedef
72 fn par_iter(&'a self) -> ParIter<Self::Data>; in par_iter()
79 type Data = <&'a T as IntoParIter>::Data; typedef
80 fn par_iter(&'a self) -> ParIter<Self::Data> { in par_iter()
88 type Data: ParSplit + 'a; typedef
91 fn par_iter_mut(&'a mut self) -> ParIter<Self::Data>; in par_iter_mut()
[all …]
Darray.rs17 type Data = &'a [T]; typedef
24 type Data = &'a mut [T]; typedef
Dvec.rs38 type Data = &'a [T]; typedef
45 type Data = &'a mut [T]; typedef
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dframe.rs57 Data(Data), enumerator
82 pub struct Data { struct
83 data: Vec<u8>,
214 impl Data { implementation
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslots.rs335 struct Data { struct
336 inner: i32,
339 impl Data { impl
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs65 Data = 0x0, enumerator
85 Data(Data), enumerator
134 pub struct Data { struct
135 data: Vec<u8>,
342 impl Data { implementation
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dchunk.rs670 Data, enumerator
711 Data, enumerator