Home
last modified time | relevance | path

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

/third_party/grpc/src/core/client_channel/
Dclient_channel.cc176 struct DataWatcherLessThan { struct in grpc_core::ClientChannel::SubchannelWrapper
177 using is_transparent = void;
178 bool operator()(const std::unique_ptr<DataWatcherInterface>& p1, in operator ()()
182 bool operator()(const std::unique_ptr<DataWatcherInterface>& p1, in operator ()()
186 bool operator()(const DataWatcherInterface* p1, in operator ()()
Dclient_channel_filter.cc730 struct DataWatcherLessThan { struct in grpc_core::ClientChannelFilter::SubchannelWrapper
731 using is_transparent = void;
732 bool operator()(const std::unique_ptr<DataWatcherInterface>& p1, in operator ()()
736 bool operator()(const std::unique_ptr<DataWatcherInterface>& p1, in operator ()()
740 bool operator()(const DataWatcherInterface* p1, in operator ()()