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.hpp69 using results_type = std::vector<boost::asio::ip::tcp::endpoint>; typedef in async_resolve::Resolver
87 results_type{}); in async_resolve()
100 results_type endpointList; in async_resolve()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp184 const Resolver::results_type& endpointList) in afterResolve()