HomeSort by relevance Sort by last modified time
    Searched defs:transport_options (Results 1 - 3 of 3) 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/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...]

Completed in 85 milliseconds