Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs333 public void ToJsonName(string original, string expected) in ToJsonName() method in Google.Protobuf.JsonFormatterTest
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs257 internal static string ToJsonName(string name) in ToJsonName() method in Google.Protobuf.JsonFormatter
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc276 std::string ToJsonName(const std::string& input) { in ToJsonName() function