Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-live.cc79 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByNameV4) { in TEST_P() argument
92 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByNameV6) { in TEST_P() argument
106 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByNameIPV4) { in TEST_P() argument
119 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByNameIPV6) { in TEST_P() argument
134 TEST_P(DefaultChannelModeTest, LiveGetLocalhostFailFamily) { in TEST_P() argument
142 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByAddrV4) { in TEST_P() argument
158 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByAddrV6) { in TEST_P() argument
175 TEST_P(DefaultChannelModeTest, LiveGetHostByAddrFailFamily) { in TEST_P() argument
184 TEST_P(DefaultChannelModeTest, LiveGetHostByAddrFailAddrSize) { in TEST_P() argument
193 TEST_P(DefaultChannelModeTest, LiveGetHostByAddrFailAlloc) { in TEST_P() argument
Dares-test.h115 DefaultChannelModeTest() : channel_(nullptr) { in DefaultChannelModeTest() function