Searched refs:wrap_static_fns_suffix (Results 1 – 5 of 5) sorted by relevance
366 wrap_static_fns_suffix: Option<String>, field492 wrap_static_fns_suffix, in builder_from_flags()1007 if let Some(suffix) = wrap_static_fns_suffix { in builder_from_flags()1008 builder = builder.wrap_static_fns_suffix(suffix); in builder_from_flags()
671 if let Some(ref suffix) = self.options.wrap_static_fns_suffix { in command_line_flags()1832 pub fn wrap_static_fns_suffix<T: AsRef<str>>(mut self, suffix: T) -> Self { in wrap_static_fns_suffix() method1833 self.options.wrap_static_fns_suffix = Some(suffix.as_ref().to_owned()); in wrap_static_fns_suffix()2179 wrap_static_fns_suffix: Option<String>, field2375 wrap_static_fns_suffix, in default()
106 let wrap_name = format!("{}{}", name, ctx.wrap_static_fns_suffix()); in serialize()
4171 let name = canonical_name.clone() + ctx.wrap_static_fns_suffix(); in codegen()
2797 pub(crate) fn wrap_static_fns_suffix(&self) -> &str { in wrap_static_fns_suffix() method2799 .wrap_static_fns_suffix in wrap_static_fns_suffix()