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 D | mix.rs | 28 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 D | part.rs | 128 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 D | state_variable_dfx_pratice.md | 155 |--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 D | ctx.rs | 69 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 D | x509.rs | 158 type Owned = X509; typedef 160 fn to_owned(&self) -> Self::Owned { in to_owned() argument
|
H A D | error.rs | 87 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 D | Readme-EN.md | 69 - [\@State Decorator: State Owned by Component](arkts-state.md)
|
H A D | arkts-state-management-best-practices.md | 378 …tails about the behavior of state variables, see [@State Decorator: State Owned by Component](arkt…
|
H A D | arkts-state.md | 1 # \@State Decorator: State Owned by Component
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 66 - [\@State Decorator: State Owned by Component](quick-start/arkts-state.md)
|