Lines Matching defs:casing
26 /// Default casing style for generated arguments.
29 /// Default casing style for environment variables
36 casing: Sp<CasingStyle>,
253 casing: Sp<CasingStyle>,
261 casing,
446 self.name.clone().translate_char(*self.casing),
453 self.push_method(*attr.kind.get(), attr.name.clone(), self.name.clone().translate(*self.casing));
818 self.casing = CasingStyle::from_lit(lit)?;
995 self.name.clone().translate(*self.casing)
1052 pub fn casing(&self) -> Sp<CasingStyle> {
1053 self.casing
1352 /// Defines the casing for the attributes long representation.
1389 s => abort!(name, "unsupported casing: `{}`", s),