Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dasync_resolve.hpp58 using results_type = std::vector<boost::asio::ip::tcp::endpoint>; typedef in async_resolve::Resolver
76 results_type{}); in async_resolve()
89 results_type endpointList; in async_resolve()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp174 const Resolver::results_type& endpointList) in afterResolve()