Lines Matching refs:std
78 std::string host_name; // host name
80 std::string addr; // ipv4/v6 address
99 static const std::vector<uint8_t> kHelloExampleComQueryV4 = {
114 static const std::vector<uint8_t> kHelloExampleComResponseV4 = {
170 const std::string kCnameA = std::string(kMaxmiumLabelSize, 'a') + kExampleComDomain + ".";
171 const std::string kCnameB = std::string(kMaxmiumLabelSize, 'b') + kExampleComDomain + ".";
172 const std::string kCnameC = std::string(kMaxmiumLabelSize, 'c') + kExampleComDomain + ".";
173 const std::string kCnameD = std::string(kMaxmiumLabelSize, 'd') + kExampleComDomain + ".";
174 const std::vector<DnsRecord> kLargeCnameChainRecords = {
187 std::string ToString(const hostent* he);
188 std::string ToString(const addrinfo* ai);
189 std::string ToString(const android::netdutils::ScopedAddrinfo& ai);
190 std::string ToString(const sockaddr_storage* addr);
191 std::vector<std::string> ToStrings(const hostent* he);
192 std::vector<std::string> ToStrings(const addrinfo* ai);
193 std::vector<std::string> ToStrings(const android::netdutils::ScopedAddrinfo& ai);
196 bool PollForCondition(const std::function<bool()>& condition,
197 std::chrono::milliseconds timeout = std::chrono::milliseconds(1000));