Searched refs:ToSnakeCase (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/heck/src/ |
H A D | snake.rs | 12 /// 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 D | lib.rs | 59 pub use snake::{AsSnakeCase, AsSnakeCase as AsSnekCase, ToSnakeCase, ToSnekCase};
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | utility.h | 156 PROTOBUF_EXPORT std::string ToSnakeCase(StringPiece input);
|
H A D | utility.cc | 297 std::string ToSnakeCase(StringPiece input) { in ToSnakeCase() function
|
H A D | protostream_objectwriter.cc | 1023 "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 D | JsonParser.cs | 932 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 D | item.rs | 17 use heck::{ToKebabCase, ToLowerCamelCase, ToShoutySnakeCase, ToSnakeCase, ToUpperCamelCase};
|
Completed in 7 milliseconds