Home
last modified time | relevance | path

Searched defs:ScopedPortException (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dremote_test_server_spawner_request.h22 class ScopedPortException; variable
H A Dbase_test_server.h30 class ScopedPortException; variable
/aosp_15_r20/external/cronet/net/base/
H A Dport_util.cc163 ScopedPortException::ScopedPortException(int port) : port_(port) { in ScopedPortException() function in net::ScopedPortException