Home
last modified time | relevance | path

Searched defs:to_upper_camel_case (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/heck/src/
Dupper_camel.rs25 fn to_upper_camel_case(&self) -> Self::Owned; in to_upper_camel_case() method
29 fn to_upper_camel_case(&self) -> String { in to_upper_camel_case() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/heck-0.4.1/src/
Dupper_camel.rs20 fn to_upper_camel_case(&self) -> Self::Owned; in to_upper_camel_case() method
24 fn to_upper_camel_case(&self) -> String { in to_upper_camel_case() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/heck-0.4.1/src/
Dupper_camel.rs20 fn to_upper_camel_case(&self) -> Self::Owned; in to_upper_camel_case() method
24 fn to_upper_camel_case(&self) -> String { in to_upper_camel_case() method
/external/mesa3d/src/etnaviv/isa/
Disa_proc.rs375 fn to_upper_camel_case(s: &str, replace_underscores: bool) -> String { in to_upper_camel_case() function