Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc246 string ToSnakeCase(StringPiece input) { in ToSnakeCase() function
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs918 private static string ToSnakeCase(string text) in ToSnakeCase() method in Google.Protobuf.JsonParser