Home
last modified time | relevance | path

Searched refs:ServerAddress (Results 1 – 22 of 22) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/
Dserver_address.cc44 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 …]
Dserver_address.h43 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 …]
Dlb_policy.h281 ServerAddress address, const grpc_channel_args& args) = 0;
Dclient_channel.cc1731 ServerAddress address, const grpc_channel_args& args) override { in CreateSubchannel()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/
Daddress_filtering.cc34 class HierarchicalPathAttribute : public ServerAddress::AttributeInterface {
67 std::unique_ptr<ServerAddress::AttributeInterface>
75 for (const ServerAddress& address : addresses) { in MakeHierarchicalAddressMap()
Dsubchannel_list.h123 const ServerAddress& address,
269 const ServerAddress& /*address*/, in SubchannelData() argument
369 for (ServerAddress address : addresses) { in SubchannelList()
Daddress_filtering.h87 std::unique_ptr<ServerAddress::AttributeInterface>
Dchild_policy_handler.cc42 ServerAddress address, const grpc_channel_args& args) override { in CreateSubchannel()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds.h31 class XdsLocalityAttribute : public ServerAddress::AttributeInterface {
Dxds_cluster_manager.cc149 ServerAddress address, const grpc_channel_args& args) override;
540 ServerAddress address, const grpc_channel_args& args) { in CreateSubchannel()
Dxds_cluster_impl.cc228 ServerAddress address, const grpc_channel_args& args) override;
541 ServerAddress address, const grpc_channel_args& args) { in CreateSubchannel()
Dcds.cc122 ServerAddress address, const grpc_channel_args& args) override;
234 ServerAddress address, const grpc_channel_args& args) { in CreateSubchannel()
Dxds_cluster_resolver.cc288 ServerAddress address, const grpc_channel_args& args) override;
350 XdsClusterResolverLb::Helper::CreateSubchannel(ServerAddress address, in CreateSubchannel()
Deds.cc587 const ServerAddress& address = locality.serverlist[i]; in CreateChildPolicyAddressesLocked()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc257 : 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/
Dweighted_target.cc148 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/
Dpriority.cc160 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/
Dround_robin.cc84 const ServerAddress& address, in RoundRobinSubchannelData()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc69 const ServerAddress& address, in PickFirstSubchannelData()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc52 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/
Dresolver_component_test.cc526 const grpc_core::ServerAddress& addr = addresses[i]; in AddActualAddresses()
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc455 for (const ServerAddress& endpoint : endpoints) { in ToString()