HomeSort by relevance Sort by last modified time
    Searched refs:transport_options (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/p2p/base/
transportdescription.h 79 TransportDescription(const std::vector<std::string>& transport_options,
86 : transport_options(transport_options),
100 : transport_options(from.transport_options),
113 transport_options = from.transport_options;
126 return (std::find(transport_options.begin(), transport_options.end(),
127 option) != transport_options.end())
142 std::vector<std::string> transport_options; member in struct:cricket::TransportDescription
    [all...]
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_memory_manager.h 50 Tensor* tensor, const ::google::protobuf::Any& transport_options,
gdr_worker.cc 101 auto transport_options = proto->mutable_transport_options();
103 transport_options, val, src_dev, send_args.device_context,
gdr_rendezvous_mgr.cc 62 auto transport_options = resp_.metadata().transport_options();
65 const_cast<Tensor*>(&tensor()), transport_options, dst_device_,
gdr_collective_executor_mgr.cc 106 to_tensor, state->call->resp_.transport_options(), to_device,
gdr_memory_manager.cc 127 Tensor* tensor, const ::google::protobuf::Any& transport_options,
424 Tensor* tensor, const ::google::protobuf::Any& transport_options,
428 if (!transport_options.UnpackTo(&remote_mr)) {
  /external/tensorflow/tensorflow/core/protobuf/
worker.proto 331 google.protobuf.Any transport_options = 6;
357 google.protobuf.Any transport_options = 4;
465 google.protobuf.Any transport_options = 7;
484 google.protobuf.Any transport_options = 4;
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 1630 std::vector<std::string> transport_options; local
1959 std::vector<std::string> transport_options; local
    [all...]
webrtcsdp.cc 267 static void BuildIceOptions(const std::vector<std::string>& transport_options,
326 std::vector<std::string>* transport_options,
1788 os << kSdpDelimiterColon << transport_options[0]; local
1790 os << kSdpDelimiterSpace << transport_options[i]; local
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
collective_rma_distributed.cc 26 #include "tensorflow/core/protobuf/transport_options.pb.h"
106 state->call->resp_.transport_options().UnpackTo(&extra);
  /external/webrtc/talk/session/media/
mediasession.h 460 const TransportOptions& transport_options,
467 const TransportOptions& transport_options,
mediasession.cc     [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_worker.cc 37 #include "tensorflow/core/protobuf/transport_options.pb.h"
143 response->transport_options().UnpackTo(&extra);

Completed in 697 milliseconds