/third_party/grpc/src/core/ext/filters/client_channel/ |
D | server_address.cc | 44 ServerAddress::ServerAddress( in ServerAddress() function in grpc_core::ServerAddress 49 ServerAddress::ServerAddress( in ServerAddress() function in grpc_core::ServerAddress 57 ServerAddress::ServerAddress(const ServerAddress& other) in ServerAddress() function in grpc_core::ServerAddress 63 ServerAddress& ServerAddress::operator=(const ServerAddress& other) { in operator =() 74 ServerAddress::ServerAddress(ServerAddress&& other) noexcept in ServerAddress() function in grpc_core::ServerAddress 80 ServerAddress& ServerAddress::operator=(ServerAddress&& other) noexcept { in operator =() 93 std::unique_ptr<ServerAddress::AttributeInterface>>& in CompareAttributes() 96 std::unique_ptr<ServerAddress::AttributeInterface>>& in CompareAttributes() 118 int ServerAddress::Cmp(const ServerAddress& other) const { in Cmp() 128 const ServerAddress::AttributeInterface* ServerAddress::GetAttribute( in GetAttribute() [all …]
|
D | server_address.h | 43 class ServerAddress { 67 ServerAddress(const grpc_resolved_address& address, grpc_channel_args* args, 70 ServerAddress(const void* address, size_t address_len, 75 ~ServerAddress() { grpc_channel_args_destroy(args_); } in ~ServerAddress() 78 ServerAddress(const ServerAddress& other); 79 ServerAddress& operator=(const ServerAddress& other); 82 ServerAddress(ServerAddress&& other) noexcept; 83 ServerAddress& operator=(ServerAddress&& other) noexcept; 85 bool operator==(const ServerAddress& other) const { return Cmp(other) == 0; } 87 int Cmp(const ServerAddress& other) const; [all …]
|
D | lb_policy.h | 281 ServerAddress address, const grpc_channel_args& args) = 0;
|
D | client_channel.cc | 1731 ServerAddress address, const grpc_channel_args& args) override { in CreateSubchannel()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/ |
D | address_filtering.cc | 34 class HierarchicalPathAttribute : public ServerAddress::AttributeInterface { 67 std::unique_ptr<ServerAddress::AttributeInterface> 75 for (const ServerAddress& address : addresses) { in MakeHierarchicalAddressMap()
|
D | subchannel_list.h | 123 const ServerAddress& address, 269 const ServerAddress& /*address*/, in SubchannelData() argument 369 for (ServerAddress address : addresses) { in SubchannelList()
|
D | address_filtering.h | 87 std::unique_ptr<ServerAddress::AttributeInterface>
|
D | child_policy_handler.cc | 42 ServerAddress address, const grpc_channel_args& args) override { in CreateSubchannel()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | xds.h | 31 class XdsLocalityAttribute : public ServerAddress::AttributeInterface {
|
D | xds_cluster_manager.cc | 149 ServerAddress address, const grpc_channel_args& args) override; 540 ServerAddress address, const grpc_channel_args& args) { in CreateSubchannel()
|
D | xds_cluster_impl.cc | 228 ServerAddress address, const grpc_channel_args& args) override; 541 ServerAddress address, const grpc_channel_args& args) { in CreateSubchannel()
|
D | cds.cc | 122 ServerAddress address, const grpc_channel_args& args) override; 234 ServerAddress address, const grpc_channel_args& args) { in CreateSubchannel()
|
D | xds_cluster_resolver.cc | 288 ServerAddress address, const grpc_channel_args& args) override; 350 XdsClusterResolverLb::Helper::CreateSubchannel(ServerAddress address, in CreateSubchannel()
|
D | eds.cc | 587 const ServerAddress& address = locality.serverlist[i]; in CreateChildPolicyAddressesLocked()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 257 : public ServerAddress::AttributeInterface { 356 ServerAddress address, const grpc_channel_args& args) override; 578 std::map<const char*, std::unique_ptr<ServerAddress::AttributeInterface>> in GetServerAddressList() 667 ServerAddress address, const grpc_channel_args& args) { in CreateSubchannel() 1443 for (const ServerAddress& address : addresses) { in AddNullLbTokenToAddresses()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/ |
D | weighted_target.cc | 148 ServerAddress address, const grpc_channel_args& args) override; 593 ServerAddress address, const grpc_channel_args& args) { in CreateSubchannel()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/priority/ |
D | priority.cc | 160 ServerAddress address, const grpc_channel_args& args) override; 753 ServerAddress address, const grpc_channel_args& args) { in CreateSubchannel()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/ |
D | round_robin.cc | 84 const ServerAddress& address, in RoundRobinSubchannelData()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/ |
D | pick_first.cc | 69 const ServerAddress& address, in PickFirstSubchannelData()
|
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_wrapper.cc | 52 using grpc_core::ServerAddress; 583 sorted.emplace_back(*static_cast<ServerAddress*>(sortables[i].user_data)); in grpc_cares_wrapper_address_sorting_sort()
|
/third_party/grpc/test/cpp/naming/ |
D | resolver_component_test.cc | 526 const grpc_core::ServerAddress& addr = addresses[i]; in AddActualAddresses()
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.cc | 455 for (const ServerAddress& endpoint : endpoints) { in ToString()
|