Searched refs:socket_options_ (Results 1 – 4 of 4) sorted by relevance
342 for (SocketOptionsMap::iterator iter = socket_options_.begin(); in CreateTurnClientSocket()343 iter != socket_options_.end(); ++iter) { in CreateTurnClientSocket()485 socket_options_[opt] = value; in SetOption()493 SocketOptionsMap::const_iterator it = socket_options_.find(opt); in GetOption()494 if (it == socket_options_.end()) { in GetOption()
258 SocketOptionsMap socket_options_; variable
318 std::vector<std::pair<rtc::Socket::Option, int> > socket_options_; variable
318 for (const auto& pair : socket_options_) { in set_transport_channel()478 socket_options_.push_back( in SetOption()