/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | answer_messages.cc | 210 Json::Value AudioConstraints::ToJson() const { in ToJson() function in openscreen::cast::AudioConstraints 263 Json::Value VideoConstraints::ToJson() const { in ToJson() function in openscreen::cast::VideoConstraints 296 Json::Value Constraints::ToJson() const { in ToJson() function in openscreen::cast::Constraints 345 Json::Value DisplayDescription::ToJson() const { in ToJson() function in openscreen::cast::DisplayDescription 406 Json::Value Answer::ToJson() const { in ToJson() function in openscreen::cast::Answer
|
H A D | offer_messages.cc | 225 Json::Value Stream::ToJson() const { in ToJson() function in openscreen::cast::Stream 283 Json::Value AudioStream::ToJson() const { in ToJson() function in openscreen::cast::AudioStream 341 Json::Value VideoStream::ToJson() const { in ToJson() function in openscreen::cast::VideoStream 424 Json::Value Offer::ToJson() const { in ToJson() function in openscreen::cast::Offer
|
H A D | receiver_message.cc | 87 Json::Value ReceiverError::ToJson() const { in ToJson() function in openscreen::cast::ReceiverError 117 Json::Value ReceiverCapability::ToJson() const { in ToJson() function in openscreen::cast::ReceiverCapability 194 ErrorOr<Json::Value> ReceiverMessage::ToJson() const { in ToJson() function in openscreen::cast::ReceiverMessage
|
H A D | resolution.cc | 56 Json::Value Resolution::ToJson() const { in ToJson() function in openscreen::cast::Resolution 91 Json::Value Dimensions::ToJson() const { in ToJson() function in openscreen::cast::Dimensions
|
H A D | sender_message.cc | 82 ErrorOr<Json::Value> SenderMessage::ToJson() const { in ToJson() function in openscreen::cast::SenderMessage
|
/aosp_15_r20/external/tink/cc/core/ |
H A D | json_keyset_writer.cc | 50 util::Status ToJson(const KeyData& key_data, in ToJson() function 71 util::Status ToJson(const Keyset::Key& key, in ToJson() function 116 util::Status ToJson(const KeysetInfo::KeyInfo& key_info, in ToJson() function 138 util::Status ToJson(const KeysetInfo& keyset_info, in ToJson() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/ |
H A D | channel_creds_registry_init.cc | 69 Json ToJson() const override { return Json::FromObject({}); } in ToJson() function in grpc_core::GoogleDefaultChannelCredsFactory::Config 118 Json ToJson() const override { in ToJson() function in grpc_core::TlsChannelCredsFactory::TlsConfig 198 Json ToJson() const override { return Json::FromObject({}); } in ToJson() function in grpc_core::InsecureChannelCredsFactory::Config 223 Json ToJson() const override { return Json::FromObject({}); } in ToJson() function in grpc_core::FakeChannelCredsFactory::Config
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | custom_actions.cpp | 109 Json::Value ToJson(const CustomActionInstanceID& custom_action) { in ToJson() function 115 Json::Value ToJson(const CustomShellActionConfig& custom_action) { in ToJson() function 129 Json::Value ToJson(const CustomActionServerConfig& custom_action) { in ToJson() function 144 Json::Value ToJson(const CustomDeviceStateActionConfig& custom_action) { in ToJson() function
|
/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/ |
H A D | ToJson.java | 25 public @interface ToJson {} annotation
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | server_config.cpp | 31 Json::Value ServerConfig::ToJson() const { in ToJson() function in cuttlefish::ServerConfig
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/ |
H A D | hlo_proto_to_json.cc | 46 StatusOr<std::string> ToJson(const tensorflow::protobuf::Message& message) { in ToJson() function
|
/aosp_15_r20/external/tink/testing/go/ |
H A D | keyset_service.go | 186 func (s *KeysetService) ToJson(ctx context.Context, req *pb.KeysetToJsonRequest) (*pb.KeysetToJsonR… func
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | DurationPartial.cs | 197 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.Duration
|
H A D | FieldMaskPartial.cs | 60 internal static string ToJson(IList<string> paths, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.FieldMask
|
H A D | TimestampPartial.cs | 199 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.Timestamp
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | DurationPartial.cs | 197 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.Duration
|
H A D | FieldMaskPartial.cs | 60 internal static string ToJson(IList<string> paths, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.FieldMask
|
H A D | TimestampPartial.cs | 199 internal static string ToJson(long seconds, int nanoseconds, bool diagnosticOnly) in ToJson() method in Google.Protobuf.WellKnownTypes.Timestamp
|
/aosp_15_r20/external/webrtc/stats/ |
H A D | rtc_stats_report.cc | 125 std::string RTCStatsReport::ToJson() const { in ToJson() function in webrtc::RTCStatsReport
|
H A D | rtc_stats.cc | 142 std::string RTCStats::ToJson() const { in ToJson() function in webrtc::RTCStats
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | RestJsonStructure.h | 158 …EFI_REST_JSON_STRUCTURE_TO_JSON ToJson; ///< The function to convert C stru… member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | RestJsonStructure.h | 157 …EFI_REST_JSON_STRUCTURE_TO_JSON ToJson; ///< The function to convert C struc… member
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | channel_creds_registry_test.cc | 58 Json ToJson() const override { return Json::FromObject({}); } in ToJson() function in grpc_core::testing::__anon3d53cbbd0111::TestChannelCredsFactory::Config
|
/aosp_15_r20/external/cronet/testing/perf/ |
H A D | luci_test_result.cc | 117 std::string ToJson(const LuciTestResult& result) { in ToJson() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_bootstrap_grpc.cc | 177 Json GrpcXdsBootstrap::GrpcXdsServer::ToJson() const { in ToJson() function in grpc_core::GrpcXdsBootstrap::GrpcXdsServer
|