Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc167 string ToCamelCase(const string& input, bool lower_first) { in ToCamelCase() argument
168 bool capitalize_next = !lower_first; in ToCamelCase()
189 if (lower_first && !result.empty() && 'A' <= result[0] && result[0] <= 'Z') { in ToCamelCase()