Home
last modified time | relevance | path

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

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