Home
last modified time | relevance | path

Searched defs:last_observed (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/impl/codegen/
H A Dintercepted_channel.h64 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
70 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
H A Ddelegating_channel.h56 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
64 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
H A Dchannel_interface.h84 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange()
93 bool WaitForStateChange(grpc_connectivity_state last_observed, T deadline) { in WaitForStateChange()
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/impl/codegen/
H A Dintercepted_channel.h61 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
67 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
H A Ddelegating_channel.h56 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
64 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
H A Dchannel_interface.h81 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange()
90 bool WaitForStateChange(grpc_connectivity_state last_observed, T deadline) { in WaitForStateChange()
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/impl/codegen/
H A Dintercepted_channel.h63 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
69 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
H A Ddelegating_channel.h63 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
71 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
H A Dchannel_interface.h83 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange()
92 bool WaitForStateChange(grpc_connectivity_state last_observed, T deadline) { in WaitForStateChange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/impl/codegen/
H A Dintercepted_channel.h64 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
70 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
H A Dchannel_interface.h80 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange()
89 bool WaitForStateChange(grpc_connectivity_state last_observed, T deadline) { in WaitForStateChange()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/impl/codegen/
H A Dintercepted_channel.h63 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
69 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
H A Ddelegating_channel.h63 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
71 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
H A Dchannel_interface.h83 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange()
92 bool WaitForStateChange(grpc_connectivity_state last_observed, T deadline) { in WaitForStateChange()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dtransport_security_state.h121 base::Time last_observed; variable
179 base::Time last_observed; variable
245 base::Time last_observed; variable
H A Dtransport_security_state.cc672 const base::Time& last_observed, in AddHPKPInternal()
691 const base::Time& last_observed, in AddExpectCTInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dtransport_security_state.h123 base::Time last_observed; variable
181 base::Time last_observed; variable
245 base::Time last_observed; variable
/dports/devel/grpc130/grpc-1.30.2/src/cpp/client/
H A Dchannel_cc.cc194 void Channel::NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
202 bool Channel::WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
/dports/devel/grpc/grpc-1.42.0/src/cpp/client/
H A Dchannel_cc.cc196 void Channel::NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
204 bool Channel::WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
/dports/devel/grpc134/grpc-1.34.1/src/cpp/client/
H A Dchannel_cc.cc189 void Channel::NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
197 bool Channel::WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/cpp/client/
H A Dchannel_cc.cc195 void Channel::NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
203 bool Channel::WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
/dports/devel/grpc130/grpc-1.30.2/test/cpp/qps/
H A Dclient.h467 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local
487 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local
/dports/devel/grpc/grpc-1.42.0/test/cpp/qps/
H A Dclient.h470 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local
490 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local
/dports/devel/grpc134/grpc-1.34.1/test/cpp/qps/
H A Dclient.h471 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local
491 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/qps/
H A Dclient.h467 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local
487 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local

12