Searched refs:socket_options_ (Results 1 – 5 of 5) sorted by relevance
256 socket_options_[opt] = value; in SetOption()260 auto it = socket_options_.find(opt); in GetOption()261 if (it != socket_options_.end()) { in GetOption()334 std::map<rtc::Socket::Option, int> socket_options_; variable
419 for (SocketOptionsMap::iterator iter = socket_options_.begin(); in CreateTurnClientSocket()420 iter != socket_options_.end(); ++iter) { in CreateTurnClientSocket()600 socket_options_[opt] = value; in SetOption()608 SocketOptionsMap::const_iterator it = socket_options_.find(opt); in GetOption()609 if (it == socket_options_.end()) { in GetOption()
369 SocketOptionsMap socket_options_; variable
297 std::vector<std::pair<rtc::Socket::Option, int> > socket_options_; variable
254 for (const auto& pair : socket_options_) { in SetRtpTransport()337 socket_options_.push_back( in SetOption_n()