Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc127 string ToCamelCase(const string& input) { in ToCamelCase() function
2960 result->camelcase_name_ = tables_->AllocateString(ToCamelCase(proto.name())); in BuildFieldOrExtension()