Home
last modified time | relevance | path

Searched defs:pascal (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ident_case/src/
Dlib.rs80 let mut pascal = String::new(); in apply_to_field() localVariable
95 let pascal = PascalCase.apply_to_field(field); in apply_to_field() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/internals/
H A Dcase.rs87 let mut pascal = String::new(); in apply_to_field() localVariable
102 let pascal = PascalCase.apply_to_field(field); in apply_to_field() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/internals/
Dcase.rs87 let mut pascal = String::new(); in apply_to_field() localVariable
102 let pascal = PascalCase.apply_to_field(field); in apply_to_field() localVariable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dminwindef.h76 #define pascal macro
78 #define pascal __stdcall macro
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/src/helpers/
H A Dcase_style.rs103 let mut pascal = String::with_capacity(camel_case.len()); in convert_case() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/strum_macros/src/helpers/
Dcase_style.rs103 let mut pascal = String::with_capacity(camel_case.len()); in convert_case() localVariable