Searched refs:HasRequest (Results 1 – 3 of 3) sorted by relevance
54 bool HasRequest(int msg_type);
82 bool StunRequestManager::HasRequest(int msg_type) { in HasRequest() function in cricket::StunRequestManager
118 return requests_.HasRequest(msg_type); in HasPendingRequest()