Home
last modified time | relevance | path

Searched defs:WatcherState (Results 1 – 18 of 18) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/Threads/
H A DUpgradeWatcher.hs30 data WatcherState = InStartupScan | Started | Upgrading type
/dports/devel/grpc/grpc-1.42.0/test/core/security/
H A Dgrpc_tls_certificate_provider_test.cc87 struct WatcherState { struct in grpc_core::testing::GrpcTlsCertificateProviderTest
88 TlsCertificatesTestWatcher* watcher = nullptr;
89 std::deque<CredentialInfo> cert_update_queue;
90 std::deque<ErrorInfo> error_queue;
91 Mutex mu;
93 std::deque<CredentialInfo> GetCredentialQueue() { in GetCredentialQueue()
99 std::deque<ErrorInfo> GetErrorQueue() { in GetErrorQueue()
H A Dgrpc_tls_certificate_distributor_test.cc90 struct WatcherState { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest
91 TlsCertificatesTestWatcher* watcher = nullptr;
92 std::deque<CredentialInfo> cert_update_queue;
93 std::deque<ErrorInfo> error_queue;
95 std::deque<CredentialInfo> GetCredentialQueue() { in GetCredentialQueue()
100 std::deque<ErrorInfo> GetErrorQueue() { in GetErrorQueue()
/dports/devel/grpc134/grpc-1.34.1/test/core/security/
H A Dgrpc_tls_certificate_distributor_test.cc101 struct WatcherState { struct in testing::GrpcTlsCertificateDistributorTest
102 TlsCertificatesTestWatcher* watcher = nullptr;
103 std::deque<CredentialInfo> cert_update_queue;
104 std::deque<ErrorInfo> error_queue;
106 std::deque<CredentialInfo> GetCredentialQueue() { in GetCredentialQueue()
111 std::deque<ErrorInfo> GetErrorQueue() { in GetErrorQueue()
/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/src/
H A Dwatcher.rs60 struct WatcherState { struct
61 events: EventQueue,
62 watchees: Vec<Watchee>,
105 let WatcherState { ref mut events, ref mut watchees } = *state; in new() localVariable
218 let WatcherState { ref mut events, .. } = *state; in take_events() localVariable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/lib/
H A Dsequence_local_sync_event_watcher.cc37 struct WatcherState : public base::RefCounted<WatcherState> { struct
40 bool watcher_was_destroyed = false;
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/lib/
H A Dsequence_local_sync_event_watcher.cc37 struct WatcherState : public base::RefCounted<WatcherState> { struct
40 bool watcher_was_destroyed = false;
/dports/devel/grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_server_config_fetcher.cc504 struct WatcherState { struct in grpc_core::__anonca79d70a0111::XdsServerConfigFetcher
505 std::string listening_address;
506 ListenerWatcher* listener_watcher = nullptr;
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_server_config_fetcher.cc504 struct WatcherState { struct in grpc_core::__anoncd93d25b0111::XdsServerConfigFetcher
505 std::string listening_address;
506 ListenerWatcher* listener_watcher = nullptr;
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_channel/lb_policy/xds/
H A Dcds.cc109 struct WatcherState { struct in grpc_core::__anon397a7b2b0111::CdsLb
112 ClusterWatcher* watcher = nullptr;
114 absl::optional<XdsApi::CdsUpdate> update;
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/client_channel/lb_policy/xds/
H A Dcds.cc108 struct WatcherState { struct in grpc_core::__anon69d026440111::CdsLb
111 ClusterWatcher* watcher = nullptr;
113 absl::optional<XdsApi::CdsUpdate> update;
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/client_channel/lb_policy/xds/
H A Dcds.cc108 struct WatcherState { struct in grpc_core::__anonc4d7ccf50111::CdsLb
111 ClusterWatcher* watcher = nullptr;
113 absl::optional<XdsApi::CdsUpdate> update;
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dxpack_watcher_stats.go110 WatcherState string `json:"watcher_state"` member
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dxpack_watcher_stats.go162 WatcherState string `json:"watcher_state"` member
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dxpack_watcher_stats.go162 WatcherState string `json:"watcher_state"` member
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dxpack_watcher_stats.go162 WatcherState string `json:"watcher_state"` member
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dxpack_watcher_stats.go162 WatcherState string `json:"watcher_state"` member
/dports/mail/mailman3/mailman-3.3.1/src/mailman/bin/
H A Dmaster.py71 class WatcherState(Enum): class