Home
last modified time | relevance | path

Searched defs:cap_next_letter (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h96 inline std::string UnderscoresToCamelCase(const std::string& input, bool cap_next_letter) { in UnderscoresToCamelCase()
Dcsharp_helpers.cc144 bool cap_next_letter, in UnderscoresToCamelCase()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc158 bool cap_next_letter) { in UnderscoresToCamelCase()
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc287 bool cap_next_letter = true; in PhpName() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc276 bool cap_next_letter) { in UnderscoresToCamelCase()