Home
last modified time | relevance | path

Searched defs:parse_host_port (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/build/fuchsia/test/
H A Dcompatible_utils.py59 def parse_host_port(host_port_pair: str) -> Tuple[str, int]: function
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dclient_http.hpp502 …std::pair<std::string, unsigned short> parse_host_port(const std::string &host_port, unsigned shor… in parse_host_port() function in SimpleWeb::ClientBase