Home
last modified time | relevance | path

Searched defs:ToJson (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs197 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.Duration
DFieldMaskPartial.cs59 internal static string ToJson(IList<string> paths, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.FieldMask
DTimestampPartial.cs199 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.Timestamp
/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc921 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/
Djson_util_test.cc70 std::string ToJson(const Message& message, const JsonPrintOptions& options) { in ToJson() function in google::protobuf::util::__anoneea83bc10111::JsonUtilTest