Lines Matching refs:extras
44 pub(crate) extras: CStringWrapper,
109 pub(crate) extras: CStringWrapper,
113 pub(crate) fn to_c_struct(&self, sizes: &str, processed: &str, extras: &str) -> CProgress {
118 extras: CStringWrapper::from(extras),
131 extras: string_to_hashmap(&mut c_struct.extras.to_string()),
171 .to_c_struct(&info.sizes, &info.processed, &info.extras),
180 let extras = progress.extras.clone();
211 extras,
246 extras: &str,
254 progress: self.progress.to_c_struct(sizes, processed, extras),
274 extras: CStringWrapper::from(&set.extras),
321 extras: string_to_hashmap(&mut c_struct.extras.to_string()),