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.rs46 Data(Data), enumerator
68 pub struct Data { struct
69 data: Vec<u8>,
197 impl Data { implementation
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslots.rs320 struct Data { struct
321 inner: i32,
324 impl Data { impl
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs61 Data = 0x0, enumerator
81 Data(Data), enumerator
132 pub struct Data { struct
133 data: Vec<u8>,
340 impl Data { impl
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dchunk.rs670 Data, enumerator
711 Data, enumerator