Searched defs:ToJson (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ | ||
D | DurationPartial.cs | 197 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.Duration |
D | FieldMaskPartial.cs | 59 internal static string ToJson(IList<string> paths, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.FieldMask |
D | TimestampPartial.cs | 199 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.Timestamp |
/third_party/protobuf/src/google/protobuf/util/ | ||
D | json_util_test.cc | 70 std::string ToJson(const Message& message, const JsonPrintOptions& options) { in ToJson() function in google::protobuf::util::__anon9f3e6add0111::JsonUtilTest |