Home
last modified time | relevance | path

Searched refs:ToSnakeCase (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/heck/src/
H A Dsnake.rs12 /// use heck::ToSnakeCase;
17 pub trait ToSnakeCase: ToOwned { traits
22 /// Oh heck, SnekCase is an alias for ToSnakeCase. See ToSnakeCase for
29 impl<T: ?Sized + ToSnakeCase> ToSnekCase for T {
35 impl ToSnakeCase for str {
61 use super::ToSnakeCase;
H A Dlib.rs59 pub use snake::{AsSnakeCase, AsSnakeCase as AsSnekCase, ToSnakeCase, ToSnekCase};
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.h156 PROTOBUF_EXPORT std::string ToSnakeCase(StringPiece input);
H A Dutility.cc297 std::string ToSnakeCase(StringPiece input) { in ToSnakeCase() function
H A Dprotostream_objectwriter.cc1023 "paths", DataPiece(ConvertFieldMaskPath(path, &ToSnakeCase), true)); in RenderOneFieldPath()
1037 // conversions as much as possible. Because ToSnakeCase sometimes returns the in RenderFieldMask()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs932 messagePaths.Add(ToSnakeCase(path)); in MergeFieldMask()
937 private static string ToSnakeCase(string text) in ToSnakeCase() method in Google.Protobuf.JsonParser
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs17 use heck::{ToKebabCase, ToLowerCamelCase, ToShoutySnakeCase, ToSnakeCase, ToUpperCamelCase};

Completed in 8 milliseconds