Home
last modified time | relevance | path

Searched refs:Owned (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmix.rs28 Owned { bytes: Vec<u8>, index: usize }, enumerator
40 MixFrom::Owned { in new()
55 MixFrom::Owned { bytes, index: _ } => bytes.is_empty(), in is_empty()
62 *self = MixFrom::Owned { bytes, index: 0 }; in set_owned()
84 if let MixFrom::Owned { bytes, index } = self { in owned_encode()
124 Self::Owned { bytes, index } => f in fmt()
146 Self::Owned { in eq()
150 Self::Owned { in eq()
182 MixFrom::Owned { bytes: _, index: _ } => self.owned_encode(buf), in data()
203 MixFrom::Owned { bytes: _, index: _ } => Poll::Ready(self.owned_encode(buf)), in poll_data()
H A Dpart.rs128 if let MixFrom::Owned { bytes, index: _ } = &mut self.body { in body_extend_from_slice()
135 if let MixFrom::Owned { bytes, index: _ } = &mut self.body { in body_truncate()
142 if let MixFrom::Owned { bytes, index: _ } = &mut self.body { in body_trim_crlf_once()
185 MixFrom::Owned { bytes, index: _ } => Some(bytes), in body()
193 MixFrom::Owned { bytes, index: _ } => Some(bytes), in body_mut()
201 MixFrom::Owned { bytes, index: _ } => Some(take(bytes)), in body_once()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dstate_variable_dfx_pratice.md155 |--Owned by @Component 'ComponentA'[70]
242 |--Owned by @Component 'ComponentA'[70]
248 |--Owned by @Component 'ComponentA'[70]
337 |--Owned by @Component 'Index'[4]
345 - Owned by @Component 'Index'[4]:状态变量所属组件。
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dctx.rs69 type Owned = SslContext; typedef
71 fn to_owned(&self) -> Self::Owned { in to_owned() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs158 type Owned = X509; typedef
160 fn to_owned(&self) -> Self::Owned { in to_owned() argument
H A Derror.rs87 Cow::Owned(data.to_string()) in get()
112 Cow::Owned(data.to_string()) in get()
/ohos5.0/docs/en/application-dev/quick-start/
H A DReadme-EN.md69 - [\@State Decorator: State Owned by Component](arkts-state.md)
H A Darkts-state-management-best-practices.md378 …tails about the behavior of state variables, see [@State Decorator: State Owned by Component](arkt…
H A Darkts-state.md1 # \@State Decorator: State Owned by Component
/ohos5.0/docs/en/application-dev/
H A Dwebsite.md66 - [\@State Decorator: State Owned by Component](quick-start/arkts-state.md)