Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs231 public void ToCamelCase(string original, string expected) in ToCamelCase() method in Google.Protobuf.JsonFormatterTest
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs278 internal static string ToCamelCase(string input) in ToCamelCase() method in Google.Protobuf.JsonFormatter
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc203 string ToCamelCase(const StringPiece input) { in ToCamelCase() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc167 string ToCamelCase(const string& input, bool lower_first) { in ToCamelCase() function