Searched defs:ToJson (Results 1 – 5 of 5) 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/grpc/test/cpp/util/ | ||
D | grpc_tool.cc | 921 bool GrpcTool::ToJson(int argc, const char** argv, const CliCredentials& cred, in ToJson() function in grpc::testing::GrpcTool |
/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::__anoneea83bc10111::JsonUtilTest |