Lines Matching refs:from
89 path: CStringWrapper::from(&self.path),
91 message: CStringWrapper::from(&self.message),
98 reason: Reason::from(c_struct.reason),
116 sizes: CStringWrapper::from(sizes),
117 processed: CStringWrapper::from(processed),
118 extras: CStringWrapper::from(extras),
158 bundle: CStringWrapper::from(&self.bundle),
159 url: CStringWrapper::from(&self.url),
160 data: CStringWrapper::from(&self.data),
161 token: CStringWrapper::from(&self.token),
166 title: CStringWrapper::from(&self.title),
167 description: CStringWrapper::from(&self.description),
168 mime_type: CStringWrapper::from(&self.mime_type),
253 mime_type: CStringWrapper::from(self.mime_type.as_str()),
264 bundle: CStringWrapper::from(&self.bundle),
266 atomic_account: CStringWrapper::from(&self.atomic_account),
267 url: CStringWrapper::from(&self.url),
268 title: CStringWrapper::from(&self.title),
269 description: CStringWrapper::from(&self.description),
270 method: CStringWrapper::from(&self.method),
271 headers: CStringWrapper::from(&set.headers),
272 data: CStringWrapper::from(&self.data),
273 token: CStringWrapper::from(&self.token),
274 extras: CStringWrapper::from(&set.extras),
275 proxy: CStringWrapper::from(&self.proxy),
276 certificate_pins: CStringWrapper::from(&self.certificate_pins),
324 version: Version::from(c_struct.version),
349 action: Action::from(c_struct.common_data.action),
350 mode: Mode::from(c_struct.common_data.mode),
352 network_config: NetworkConfig::from(c_struct.common_data.network),