Home
last modified time | relevance | path

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

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