Home
last modified time | relevance | path

Searched refs:this_ (Results 101 – 125 of 1183) sorted by relevance

12345678910>>...48

/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Diasiothiscallresolver.cpp193 void *this_ = (thisPtr); \
195 mov ecx, this_ ; \
203 void *this_ = (thisPtr); \
207 mov ecx, this_ ; \
214 void *this_ = (thisPtr); \
218 mov ecx, this_ ; \
226 void *this_ = (thisPtr); \
232 mov ecx, this_ ; \
240 void *this_ = (thisPtr); \
246 mov ecx, this_ ; \
[all …]
/dports/audio/stk/stk-4.6.2/src/include/
H A Diasiothiscallresolver.cpp193 void *this_ = (thisPtr); \
195 mov ecx, this_ ; \
203 void *this_ = (thisPtr); \
207 mov ecx, this_ ; \
214 void *this_ = (thisPtr); \
218 mov ecx, this_ ; \
226 void *this_ = (thisPtr); \
232 mov ecx, this_ ; \
240 void *this_ = (thisPtr); \
246 mov ecx, this_ ; \
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/asio/
H A Diasiothiscallresolver.cpp193 void *this_ = (thisPtr); \
195 mov ecx, this_ ; \
203 void *this_ = (thisPtr); \
207 mov ecx, this_ ; \
214 void *this_ = (thisPtr); \
218 mov ecx, this_ ; \
226 void *this_ = (thisPtr); \
232 mov ecx, this_ ; \
240 void *this_ = (thisPtr); \
246 mov ecx, this_ ; \
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asio/include/asio/detail/impl/
H A Dstrand_executor_service.hpp55 invoker* this_; member
59 this_->impl_->mutex_->lock(); in ~on_invoker_exit()
60 this_->impl_->ready_queue_.push(this_->impl_->waiting_queue_); in ~on_invoker_exit()
61 bool more_handlers = this_->impl_->locked_ = in ~on_invoker_exit()
62 !this_->impl_->ready_queue_.empty(); in ~on_invoker_exit()
63 this_->impl_->mutex_->unlock(); in ~on_invoker_exit()
67 Executor ex(this_->work_.get_executor()); in ~on_invoker_exit()
69 ex.post(ASIO_MOVE_CAST(invoker)(*this_), allocator); in ~on_invoker_exit()
/dports/emulators/mame/mame-mame0226/3rdparty/asio/include/asio/detail/impl/
H A Dstrand_executor_service.hpp55 invoker* this_; member
59 this_->impl_->mutex_->lock(); in ~on_invoker_exit()
60 this_->impl_->ready_queue_.push(this_->impl_->waiting_queue_); in ~on_invoker_exit()
61 bool more_handlers = this_->impl_->locked_ = in ~on_invoker_exit()
62 !this_->impl_->ready_queue_.empty(); in ~on_invoker_exit()
63 this_->impl_->mutex_->unlock(); in ~on_invoker_exit()
67 Executor ex(this_->work_.get_executor()); in ~on_invoker_exit()
69 ex.post(ASIO_MOVE_CAST(invoker)(*this_), allocator); in ~on_invoker_exit()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/detail/impl/
H A Dstrand_executor_service.hpp55 invoker* this_; member
59 this_->impl_->mutex_->lock(); in ~on_invoker_exit()
60 this_->impl_->ready_queue_.push(this_->impl_->waiting_queue_); in ~on_invoker_exit()
61 bool more_handlers = this_->impl_->locked_ = in ~on_invoker_exit()
62 !this_->impl_->ready_queue_.empty(); in ~on_invoker_exit()
63 this_->impl_->mutex_->unlock(); in ~on_invoker_exit()
67 Executor ex(this_->work_.get_executor()); in ~on_invoker_exit()
69 ex.post(ASIO_MOVE_CAST(invoker)(*this_), allocator); in ~on_invoker_exit()
/dports/math/clasp/clasp-3.3.5/libpotassco/tests/
H A Dtest_value.cpp58 static bool notifyInt(Notified* this_, const std::string& name, const int* loc) { in notifyInt()
59 ++this_->notifications; in notifyInt()
60 this_->opts.insert(std::map<std::string, int>::value_type(name, *loc)); in notifyInt()
61 if (this_->loc == loc) { in notifyInt()
62 ++this_->reused; in notifyInt()
64 if (this_->ret) { in notifyInt()
65 this_->loc = loc; in notifyInt()
67 return this_->ret; in notifyInt()
69 static bool notifyUntyped(Notified* this_, const std::string& name, const std::string& value) { in notifyUntyped()
70 ++this_->notifications; in notifyUntyped()
[all …]
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/tests/
H A Dtest_value.cpp58 static bool notifyInt(Notified* this_, const std::string& name, const int* loc) { in notifyInt()
59 ++this_->notifications; in notifyInt()
60 this_->opts.insert(std::map<std::string, int>::value_type(name, *loc)); in notifyInt()
61 if (this_->loc == loc) { in notifyInt()
62 ++this_->reused; in notifyInt()
64 if (this_->ret) { in notifyInt()
65 this_->loc = loc; in notifyInt()
67 return this_->ret; in notifyInt()
69 static bool notifyUntyped(Notified* this_, const std::string& name, const std::string& value) { in notifyUntyped()
70 ++this_->notifications; in notifyUntyped()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/databases/percona57-server/boost_1_59_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/databases/xtrabackup/boost_1_59_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/databases/percona57-client/boost_1_59_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/devel/boost-libs/boost_1_72_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/devel/boost-python-libs/boost_1_72_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/devel/hyperscan/boost_1_75_0/boost/phoenix/scope/
H A Dthis.hpp21 (boost)(phoenix)(this_)
173 struct default_actions::when<rule::this_, Dummy>
178 struct is_nullary::when<rule::this_, Dummy>
183 typename expression::this_<A0>::type const
184 this_(A0 const & a0) in this_() function
186 return expression::this_<A0>::make(a0); in this_()
/dports/devel/hpx/hpx-1.2.1/tests/unit/agas/components/stubs/
H A Dmanaged_refcnt_checker.hpp23 naming::id_type const& this_ in take_reference_async()
29 return hpx::async<action_type>(this_, gid); in take_reference_async()
33 naming::id_type const& this_ in take_reference()
37 take_reference_async(this_, gid).get(); in take_reference()
H A Dsimple_refcnt_checker.hpp23 naming::id_type const& this_ in take_reference_async()
29 return hpx::async<action_type>(this_, gid); in take_reference_async()
33 naming::id_type const& this_ in take_reference()
37 take_reference_async(this_, gid).get(); in take_reference()

12345678910>>...48