Home
last modified time | relevance | path

Searched defs:kAddresses (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/client_channel/lb_policy/
H A Dweighted_round_robin_test.cc334 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
362 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
396 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
430 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
449 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
481 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
493 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
530 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
574 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
617 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
[all …]
H A Dpick_first_test.cc143 constexpr std::array<absl::string_view, 2> kAddresses = { in TEST_F() local
176 constexpr std::array<absl::string_view, 2> kAddresses = { in TEST_F() local
280 constexpr std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
323 constexpr std::array<absl::string_view, 2> kAddresses = { in TEST_F() local
368 constexpr std::array<absl::string_view, 2> kAddresses = { in TEST_F() local
422 constexpr std::array<absl::string_view, 2> kAddresses = { in TEST_F() local
516 constexpr std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
570 constexpr std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
690 constexpr std::array<absl::string_view, 2> kAddresses = { in TEST_F() local
759 constexpr std::array<absl::string_view, 6> kAddresses = { in TEST_F() local
[all …]
H A Dxds_override_host_test.cc243 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
254 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
263 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
290 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
334 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
367 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
423 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
451 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
549 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
608 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
[all …]
H A Dround_robin_test.cc43 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
51 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
H A Dring_hash_test.cc83 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
106 const std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
H A Doutlier_detection_test.cc202 constexpr std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
417 constexpr std::array<absl::string_view, 3> kAddresses = { in TEST_F() local
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_dns_client.cpp490 …static const char *const kAddresses[kNumAddresses] = {"2001::beef:cafe", "fd00:1234:5678:9abc::1"}; in TestDnsClient() local