Home
last modified time | relevance | path

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

/third_party/rust/crates/heck/src/
Dsnake.rs17 pub trait ToSnakeCase: ToOwned { interface
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs937 private static string ToSnakeCase(string text) in ToSnakeCase() method in Google.Protobuf.JsonParser
/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc297 std::string ToSnakeCase(StringPiece input) { in ToSnakeCase() function