Home
last modified time | relevance | path

Searched refs:Camel (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/cmake/
Dprotobuf-module.cmake.in74 string(REPLACE "PROTOBUF_" "Protobuf_" Camel ${UPPER})
75 if (NOT DEFINED ${Camel})
76 set(${Camel} ${${UPPER}})
169 foreach(Camel
187 string(TOUPPER ${Camel} UPPER)
188 set(${UPPER} ${${Camel}})
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dobjc-property-declaration.rst8 in the format of Lower Camel Case.
27 will suppress the Lower Camel Case check according to the guide:
/external/rust/crates/structopt-derive/src/
Dattrs.rs57 Camel, enumerator
189 "camel" | "camelcase" => cs(Camel), in from_lit()
213 Camel => s.to_mixed_case(), in translate()