Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc253 std::string ToCamelCase(StringPiece input) { in ToCamelCase() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc252 std::string ToCamelCase(const std::string& input, bool lower_first) { in ToCamelCase() function