Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.cc250 string ToSnakeCase(StringPiece input) { in ToSnakeCase() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonParser.cs919 private static string ToSnakeCase(string text) in ToSnakeCase() method in Google.Protobuf.JsonParser