Home
last modified time | relevance | path

Searched refs:next_connection_id_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpserver.cc28 HttpServer::HttpServer() : next_connection_id_(1), closing_(false) { in HttpServer()
46 int connection_id = next_connection_id_++; in HandleConnection()
Dhttpserver.h110 int next_connection_id_; variable