HomeSort by relevance Sort by last modified time
    Searched refs:test_addrs (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/test/cpp/naming/
address_sorting_test.cc 170 grpc_lb_addresses* BuildLbAddrInputs(std::vector<TestAddress> test_addrs) {
173 (grpc_lb_address*)gpr_zalloc(sizeof(grpc_lb_address) * test_addrs.size());
174 lb_addrs->num_addresses = test_addrs.size();
175 for (size_t i = 0; i < test_addrs.size(); i++) {
177 TestAddressToGrpcResolvedAddress(test_addrs[i]);
  /external/grpc-grpc/test/core/iomgr/
tcp_server_posix_test.cc 79 } test_addrs; typedef in typeref:struct:__anon23365
287 test_addrs* dst_addrs, bool test_dst_addrs) {
438 test_addrs* dst_addrs =
439 static_cast<test_addrs*>(gpr_zalloc(sizeof(*dst_addrs)));

Completed in 62 milliseconds