Home
last modified time | relevance | path

Searched refs:on_result (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/detail/
H A Dmtl_util.hpp41 Adapter& adapter, Inspector& f, OnResult& on_result,
47 .then([f{std::move(on_result)}]() mutable { f(); }, in __anon66808d0f0102()
51 .then([f{std::move(on_result)}](Rs&... res) mutable { f(res...); }, in __anon66808d0f0202()
62 Adapter& adapter, Inspector& f, OnResult& on_result,
64 return request(self, dst, timeout, adapter, f, on_result, on_error,
/dports/net/py-ripe.atlas.tools/ripe.atlas.tools-2.3.0/tests/renderers/
H A Ddns_compact.py42 Renderer().on_result(self.basic),
51 Renderer().on_result(self.noerrornodata),
57 Renderer().on_result(self.noresponse),
63 Renderer().on_result(self.noabuf),
H A Dping.py31 Renderer().on_result(self.basic),
37 Renderer().on_result(self.no_packets), "No packets found\n")
H A Dhttp.py36 self.assertEqual(Renderer().on_result(self.basic), expected)
46 self.assertEqual(Renderer().on_result(self.multiple), expected)
/dports/net-im/dino/dino-0.2.2/xmpp-vala/src/module/xep/
H A D0060_pubsub.vala174 … item_listeners[node].on_result(stream, message.from, id, item_node.sub_nodes[0]);
183 retract_listeners[node].on_result(stream, message.from, id);
192 public ResultFunc on_result { get; private owned set; }
194 public ItemListenerDelegate(owned ResultFunc on_result) {
195 this.on_result = (owned) on_result;
201 public ResultFunc on_result { get; private owned set; }
203 public RetractListenerDelegate(owned ResultFunc on_result) {
204 this.on_result = (owned) on_result;
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DAccount.cpp54 void on_result(BufferSlice packet) final { in on_result() function in td::SetAccountTtlQuery
84 void on_result(BufferSlice packet) final { in on_result() function in td::GetAccountTtlQuery
113 void on_result(BufferSlice packet) final { in on_result() function in td::AcceptLoginTokenQuery
140 void on_result(BufferSlice packet) final { in on_result() function in td::GetAuthorizationsQuery
187 void on_result(BufferSlice packet) final { in on_result() function in td::ResetAuthorizationQuery
214 void on_result(BufferSlice packet) final { in on_result() function in td::ResetAuthorizationsQuery
251 void on_result(BufferSlice packet) final { in on_result() function in td::ChangeAuthorizationSettingsQuery
278 void on_result(BufferSlice packet) final { in on_result() function in td::SetAuthorizationTtlQuery
306 void on_result(BufferSlice packet) final { in on_result() function in td::GetWebAuthorizationsQuery
353 void on_result(BufferSlice packet) final { in on_result() function in td::ResetWebAuthorizationQuery
[all …]
H A DSequenceDispatcher.h26 virtual void on_result() = 0;
32 void on_result(NetQueryPtr query) final;
86 void on_result() final;
H A DTermsOfService.cpp33 void on_result(BufferSlice packet) final { in on_result() function in td::GetTermsOfServiceUpdateQuery
73 void on_result(BufferSlice packet) final { in on_result() function in td::AcceptTermsOfServiceQuery
H A DGameManager.cpp68 void on_result(BufferSlice packet) final { in on_result() function in td::SetGameScoreActor
113 void on_result(BufferSlice packet) final { in on_result() function in td::SetInlineGameScoreQuery
150 void on_result(BufferSlice packet) final { in on_result() function in td::GetGameHighScoresQuery
184 void on_result(BufferSlice packet) final { in on_result() function in td::GetInlineGameHighScoresQuery
/dports/net/measurement-kit/measurement-kit-0.10.14/src/libmeasurement_kit/traceroute/
H A Dinterface.hpp96 virtual void on_result(Callback<ProbeResult> cb) = 0;
138 void on_result(Callback<ProbeResult> cb) override { in on_result() function in mk::traceroute::Prober
139 impl_->on_result(cb); in on_result()
/dports/graphics/atril-lite/atril-1.26.0/libview/
H A Dev-web-view.c45 gint on_result; member
145 webview->search->on_result = -1 ; in ev_web_view_init()
436 if (match_count > 0 && webview->search->on_result < match_count) { in results_counted_cb()
549 webview->search->on_result = 0; in ev_web_view_find_changed()
569 webview->search->on_result++; in ev_web_view_find_next()
571 if (webview->search->on_result >= n_results) { in ev_web_view_find_next()
572 webview->search->on_result = 0; in ev_web_view_find_next()
583 webview->search->on_result--; in ev_web_view_find_previous()
585 if (webview->search->on_result < 0) { in ev_web_view_find_previous()
587 …webview->search->on_result = MAX (0, ev_web_view_find_get_n_results (webview, webview->current_pag… in ev_web_view_find_previous()
/dports/graphics/atril/atril-1.26.0/libview/
H A Dev-web-view.c45 gint on_result; member
145 webview->search->on_result = -1 ; in ev_web_view_init()
436 if (match_count > 0 && webview->search->on_result < match_count) { in results_counted_cb()
549 webview->search->on_result = 0; in ev_web_view_find_changed()
569 webview->search->on_result++; in ev_web_view_find_next()
571 if (webview->search->on_result >= n_results) { in ev_web_view_find_next()
572 webview->search->on_result = 0; in ev_web_view_find_next()
583 webview->search->on_result--; in ev_web_view_find_previous()
585 if (webview->search->on_result < 0) { in ev_web_view_find_previous()
587 …webview->search->on_result = MAX (0, ev_web_view_find_get_n_results (webview, webview->current_pag… in ev_web_view_find_previous()
/dports/print/xreader/xreader-3.2.2/libview/
H A Dev-web-view.c48 gint on_result; member
150 webview->search->on_result = -1 ; in ev_web_view_init()
441 if (match_count > 0 && webview->search->on_result < match_count) { in results_counted_cb()
553 webview->search->on_result = 0; in ev_web_view_find_changed()
573 webview->search->on_result++; in ev_web_view_find_next()
575 if (webview->search->on_result >= n_results) { in ev_web_view_find_next()
576 webview->search->on_result = 0; in ev_web_view_find_next()
587 webview->search->on_result--; in ev_web_view_find_previous()
589 if (webview->search->on_result < 0) { in ev_web_view_find_previous()
591 …webview->search->on_result = MAX (0, ev_web_view_find_get_n_results (webview, webview->current_pag… in ev_web_view_find_previous()
/dports/net-im/dino/dino-0.2.2/xmpp-vala/src/module/iq/
H A Dmodule.vala64 listener.on_result(stream, iq);
88 public OnResult on_result { get; private owned set; }
90 public ResponseListener(owned OnResult on_result) {
91 this.on_result = (owned) on_result;
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DFunction.pm468 if( defined $params{on_result} ) {
469 my $on_result = delete $params{on_result};
470 ref $on_result or croak "Expected 'on_result' to be a reference";
473 $on_result->( return => @_ );
477 $on_result->( error => @values );
H A DChannel.pm517 while( my $on_result = shift @{ $self->{on_result_queue} } ) {
518 $on_result->( $self, eof => );
531 if( my $on_result = shift @{ $self->{on_result_queue} } ) {
532 $on_result->( $self, recv => $record );
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/net/
H A DNetActor.cpp22 void NetActor::on_result(NetQueryPtr query) { in on_result() function in td::NetActor
25 on_result(query->move_as_ok()); in on_result()
H A DNetActor.h28 void on_result(NetQueryPtr query) override;
30 virtual void on_result(BufferSlice packet) { in on_result() function
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/benchmark/
H A Dbench_actor.cpp190 virtual void on_result(int x) = 0;
195 callback_->on_result(x * x); in f()
217 void on_result(int x) final { in on_result() function in QueryBench::ServerActor::ClientCallback
218 send_closure(server_, &ServerActor::on_result, x); in on_result()
228 void on_result(int x) { in on_result() function in QueryBench::ServerActor
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdactor/test/
H A Dactors_main.cpp107 virtual void on_result(Query &&query) = 0;
126 callback_->on_result(std::move(query)); in query()
133 callback_->on_result(std::move(query)); in query()
153 callback_->on_result(std::move(query)); in raw_event()
182 void on_result(Query &&query) final { in on_result() function in MainQueryActor::QueryActorCallback
184 send_closure(parent_id_, &MainQueryActor::on_result, std::move(query)); in on_result()
232 void on_result(Query &&query) { in on_result() function in MainQueryActor
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dmtl.hpp81 OnResult on_result, OnError on_error) { in try_request() argument
86 *reader_, on_result, on_error) in try_request()
/dports/net/measurement-kit/measurement-kit-0.10.14/test/traceroute/
H A Dandroid.cpp30 prober.on_result([&](ProbeResult r) { in __anon74df63010102()
71 prober.on_result([&](ProbeResult r) { in __anon74df63010502()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/agpconvert/
H A Dagpconvert.cpp737 CConstRef<CTaxon2_data> on_result; in x_HandleTaxArgs() local
751 on_result = cl.LookupMerge(*inp_orgref); in x_HandleTaxArgs()
753 if (!on_result) { in x_HandleTaxArgs()
756 if (!on_result->GetIs_species_level()) { in x_HandleTaxArgs()
761 << on_result->GetOrg().GetTaxname() in x_HandleTaxArgs()
813 TTaxId on_taxid = s_GetTaxid(on_result->GetOrg()); in x_HandleTaxArgs()
/dports/net-im/py-nbxmpp/nbxmpp-2.0.4/nbxmpp/
H A Dresolver.py144 def on_result(result): function
148 GioResolver().resolve_alternatives(domain_, on_result)
/dports/net/arataga/arataga-0.5.1/arataga/config_processor/
H A Da_processor.cpp851 on_result( const auth::failed_auth_t & v ) const in initiate_debug_auth_processing() function in arataga::config_processor::a_processor_t::initiate_debug_auth_processing::act_t
861 on_result( const auth::successful_auth_t & v ) const in initiate_debug_auth_processing() function in arataga::config_processor::a_processor_t::initiate_debug_auth_processing::act_t
887 [this]( auto && v ) { on_result( v ); }, in initiate_debug_auth_processing()
956 on_result( const forward::failed_resolve_t & v ) const in initiate_debug_dns_resolve_processing() function in arataga::config_processor::a_processor_t::initiate_debug_dns_resolve_processing::act_t
966 on_result( const forward::successful_resolve_t & v ) const in initiate_debug_dns_resolve_processing() function in arataga::config_processor::a_processor_t::initiate_debug_dns_resolve_processing::act_t
986 [this]( auto && v ) { on_result( v ); }, in initiate_debug_dns_resolve_processing()

12345678