Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs233 public void ToCamelCase(string original, string expected) in ToCamelCase() method in Google.Protobuf.JsonFormatterTest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs278 internal static string ToCamelCase(string input) in ToCamelCase() method in Google.Protobuf.JsonFormatter
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.cc207 string ToCamelCase(const StringPiece input) { in ToCamelCase() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc167 string ToCamelCase(const string& input, bool lower_first) { in ToCamelCase() function