Home
last modified time | relevance | path

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

/third_party/grpc/src/core/handshaker/http_connect/
Dhttp_proxy_mapper.cc268 auto address_string = grpc_sockaddr_to_string(&address, true); in MapAddress() local
/third_party/grpc/test/core/handshake/
Dhttp_proxy_mapper_test.cc47 auto address_string = grpc_sockaddr_to_string(&arg.value(), true); variable
/third_party/python/Lib/http/
Dserver.py625 def address_string(self): member in BaseHTTPRequestHandler