Home
last modified time | relevance | path

Searched refs:simple_event (Results 1 – 25 of 74) sorted by relevance

123

/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/libfilezilla/
H A Devent.hpp65 class simple_event final : public event_base class
71 simple_event() = default;
74 explicit simple_event(First_Value&& value, Remaining_Values&& ...values) in simple_event() function in fz::simple_event
79 simple_event(simple_event const& op) = default;
80 simple_event& operator=(simple_event const& op) = default;
119 typedef simple_event<timer_event_type, timer_id> timer_event;
H A Dhostname_lookup.hpp43 typedef simple_event<hostname_lookup_event_type, hostname_lookup*, int, std::vector<std::string>> h…
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/sftp/
H A Devent.h53 typedef fz::simple_event<sftp_event_type, sftp_message> CSftpEvent;
63 typedef fz::simple_event<sftp_list_event_type, sftp_list_message> CSftpListEvent;
66 typedef fz::simple_event<terminate_event_type, std::wstring> CTerminateEvent;
/dports/ftp/libfilezilla/libfilezilla-0.31.1/tests/
H A Ddispatch.cpp43 typedef fz::simple_event<type1> T1;
46 typedef fz::simple_event<type2> T2;
49 typedef fz::simple_event<type3> T3;
52 typedef fz::simple_event<type4, int, int> T4;
H A Deventloop.cpp29 typedef fz::simple_event<type1> T1;
32 typedef fz::simple_event<type2, int> T2;
35 typedef fz::simple_event<type3> T3;
38 typedef fz::simple_event<type4> T4;
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/storj/
H A Devent.h15 typedef fz::simple_event<storj_event_type, storj_message> CStorjEvent;
18 typedef fz::simple_event<storj_terminate_event_type, std::wstring> StorjTerminateEvent;
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Devent.hpp69 class simple_event : public Event { class
71 explicit simple_event(const Date& date) : date_(date) {} in simple_event() function in QuantLib::detail::simple_event
/dports/devel/babeltrace/babeltrace-1.5.7/tests/lib/
H A Dtest_ctf_writer.c260 struct bt_ctf_event *simple_event; in append_simple_event() local
290 simple_event = bt_ctf_event_create(simple_event_class); in append_simple_event()
292 ok(simple_event, in append_simple_event()
297 ok(bt_ctf_event_set_payload(simple_event, "integer_field", in append_simple_event()
300 float_field = bt_ctf_event_get_payload(simple_event, "float_field"); in append_simple_event()
308 bt_ctf_event_set_payload(simple_event, "enum_field", enum_field); in append_simple_event()
312 ok(bt_ctf_stream_append_event(stream, simple_event) == 0, in append_simple_event()
319 bt_ctf_event_put(simple_event); in append_simple_event()
/dports/devel/py-circuits/circuits-3.2/tests/core/
H A Dtest_complete.py6 class simple_event(Event): class
87 app.fire(simple_event())
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Dengineprivate.h27 typedef fz::simple_event<filezilla_engine_event_type, EngineNotificationType> CFileZillaEngineEvent;
213 typedef fz::simple_event<async_request_reply_event_type, std::unique_ptr<CAsyncRequestNotification>…
H A Doplock_manager.h13 typedef fz::simple_event<obtain_lock_event_type> CObtainLockEvent;
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/mcbasket/
H A Dpathmultiassetoption.cpp35 return detail::simple_event(fixingDates().back()).hasOccurred(); in isExpired()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/exoticoptions/
H A Dwriterextensibleoption.cpp46 return detail::simple_event(exercise2_->lastDate()).hasOccurred(); in isExpired()
H A Dtwoassetbarrieroption.cpp44 return detail::simple_event(exercise_->lastDate()).hasOccurred(); in isExpired()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/varianceoption/
H A Dvarianceoption.cpp53 return detail::simple_event(maturityDate_).hasOccurred(); in isExpired()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/commodities/
H A Denergyswap.cpp54 || detail::simple_event(pricingPeriods_.back()->paymentDate()) in isExpired()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/credit/
H A Driskyassetswapoption.cpp36 return detail::simple_event(expiry_).hasOccurred(); in isExpired()
/dports/ftp/libfilezilla/libfilezilla-0.31.1/demos/
H A Devents.cpp17 typedef fz::simple_event<my_event_type, std::string, std::vector<int>> my_event;
H A Dtimer_fizzbuzz.cpp8 typedef fz::simple_event<interval_change_type, fz::duration> interval_change;
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dvanillastorageoption.hpp91 return detail::simple_event(exercise_->lastDate()).hasOccurred(); in isExpired()
H A Dvarianceswap.cpp75 return detail::simple_event(maturityDate_).hasOccurred(); in isExpired()
H A Dfloatfloatswaption.cpp36 return detail::simple_event(exercise_->dates().back()).hasOccurred(); in isExpired()
H A Dmultiassetoption.cpp35 return detail::simple_event(exercise_->lastDate()).hasOccurred(); in isExpired()
H A Dforward.cpp55 return detail::simple_event(maturityDate_) in isExpired()
/dports/ftp/filezilla/filezilla-3.55.1/src/include/
H A Dexternalipresolver.h10 typedef fz::simple_event<external_ip_resolve_event_type> CExternalIPResolveEvent;

123