Home
last modified time | relevance | path

Searched refs:make_getter (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/mail/libpst/libpst-0.6.76/python/
H A Dpython-libpst.cpp276 ….add_property("id", make_getter(&pst_id2_tree::id, return_value_policy<refe… in BOOST_PYTHON_MODULE()
277 ….add_property("child", make_getter(&pst_id2_tree::child, return_value_policy<refe… in BOOST_PYTHON_MODULE()
278 ….add_property("next", make_getter(&pst_id2_tree::next, return_value_policy<refe… in BOOST_PYTHON_MODULE()
308 ….add_property("encrypted_body", make_getter(&pst_item_email::encrypted_body, return_value_… in BOOST_PYTHON_MODULE()
341 ….add_property("rtf_compressed", make_getter(&pst_item_email::rtf_compressed, return_value_… in BOOST_PYTHON_MODULE()
487 ….add_property("data", make_getter(&pst_item_attach::data, return_value_policy<re… in BOOST_PYTHON_MODULE()
570 ….add_property("record_key", make_getter(&pst_item::record_key, return_value_policy<ret… in BOOST_PYTHON_MODULE()
571 ….add_property("predecessor_change", make_getter(&pst_item::predecessor_change, return_value_po… in BOOST_PYTHON_MODULE()
588 ….add_property("d_head", make_getter(&pst_file::d_head, return_value_policy<referen… in BOOST_PYTHON_MODULE()
589 ….add_property("d_tail", make_getter(&pst_file::d_tail, return_value_policy<referen… in BOOST_PYTHON_MODULE()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/python/
H A Ddata_members.hpp151 inline object make_getter(D& d, P& p, detail::false_, ...);
165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() function
168 return detail::make_getter(d, policies(), detail::false_(), 0); in make_getter()
189 inline object make_getter(D C::*pm, not_specified, detail::true_, long) in make_getter() function
192 return detail::make_getter(pm, policies(), detail::true_(), 0); in make_getter()
197 inline object make_getter(D& d, P& p, detail::false_, ...) in make_getter() function
200 return detail::make_getter(&d, p, detail::false_(), 0L); in make_getter()
247 inline object make_getter(D& d, Policies const& policies) in make_getter() function
253 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
259 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/python/
H A Ddata_members.hpp151 inline object make_getter(D& d, P& p, detail::false_, ...);
165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() function
168 return detail::make_getter(d, policies(), detail::false_(), 0); in make_getter()
189 inline object make_getter(D C::*pm, not_specified, detail::true_, long) in make_getter() function
192 return detail::make_getter(pm, policies(), detail::true_(), 0); in make_getter()
197 inline object make_getter(D& d, P& p, detail::false_, ...) in make_getter() function
200 return detail::make_getter(&d, p, detail::false_(), 0L); in make_getter()
247 inline object make_getter(D& d, Policies const& policies) in make_getter() function
253 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
259 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/python/
H A Ddata_members.hpp151 inline object make_getter(D& d, P& p, detail::false_, ...);
165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() function
168 return detail::make_getter(d, policies(), detail::false_(), 0); in make_getter()
189 inline object make_getter(D C::*pm, not_specified, detail::true_, long) in make_getter() function
192 return detail::make_getter(pm, policies(), detail::true_(), 0); in make_getter()
197 inline object make_getter(D& d, P& p, detail::false_, ...) in make_getter() function
200 return detail::make_getter(&d, p, detail::false_(), 0L); in make_getter()
247 inline object make_getter(D& d, Policies const& policies) in make_getter() function
253 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
259 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/python/
H A Ddata_members.hpp158 inline object make_getter(D& d, P& p, mpl::false_, ...);
172 inline object make_getter(D* d, not_specified, mpl::false_, long) in make_getter() function
175 return detail::make_getter(d, policies(), mpl::false_(), 0); in make_getter()
196 inline object make_getter(D C::*pm, not_specified, mpl::true_, long) in make_getter() function
199 return detail::make_getter(pm, policies(), mpl::true_(), 0); in make_getter()
204 inline object make_getter(D& d, P& p, mpl::false_, ...) in make_getter() function
207 return detail::make_getter(&d, p, mpl::false_(), 0L); in make_getter()
254 inline object make_getter(D& d, Policies const& policies) in make_getter() function
260 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
266 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/python/
H A Ddata_members.hpp158 inline object make_getter(D& d, P& p, mpl::false_, ...);
172 inline object make_getter(D* d, not_specified, mpl::false_, long) in make_getter() function
175 return detail::make_getter(d, policies(), mpl::false_(), 0); in make_getter()
196 inline object make_getter(D C::*pm, not_specified, mpl::true_, long) in make_getter() function
199 return detail::make_getter(pm, policies(), mpl::true_(), 0); in make_getter()
204 inline object make_getter(D& d, P& p, mpl::false_, ...) in make_getter() function
207 return detail::make_getter(&d, p, mpl::false_(), 0L); in make_getter()
254 inline object make_getter(D& d, Policies const& policies) in make_getter() function
260 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
266 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/python/
H A Ddata_members.hpp151 inline object make_getter(D& d, P& p, detail::false_, ...);
165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() function
168 return detail::make_getter(d, policies(), detail::false_(), 0); in make_getter()
189 inline object make_getter(D C::*pm, not_specified, detail::true_, long) in make_getter() function
192 return detail::make_getter(pm, policies(), detail::true_(), 0); in make_getter()
197 inline object make_getter(D& d, P& p, detail::false_, ...) in make_getter() function
200 return detail::make_getter(&d, p, detail::false_(), 0L); in make_getter()
247 inline object make_getter(D& d, Policies const& policies) in make_getter() function
253 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
259 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/python/
H A Ddata_members.hpp151 inline object make_getter(D& d, P& p, detail::false_, ...);
165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() function
168 return detail::make_getter(d, policies(), detail::false_(), 0); in make_getter()
189 inline object make_getter(D C::*pm, not_specified, detail::true_, long) in make_getter() function
192 return detail::make_getter(pm, policies(), detail::true_(), 0); in make_getter()
197 inline object make_getter(D& d, P& p, detail::false_, ...) in make_getter() function
200 return detail::make_getter(&d, p, detail::false_(), 0L); in make_getter()
247 inline object make_getter(D& d, Policies const& policies) in make_getter() function
253 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
259 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/python/
H A Ddata_members.hpp158 inline object make_getter(D& d, P& p, mpl::false_, ...);
172 inline object make_getter(D* d, not_specified, mpl::false_, long) in make_getter() function
175 return detail::make_getter(d, policies(), mpl::false_(), 0); in make_getter()
196 inline object make_getter(D C::*pm, not_specified, mpl::true_, long) in make_getter() function
199 return detail::make_getter(pm, policies(), mpl::true_(), 0); in make_getter()
204 inline object make_getter(D& d, P& p, mpl::false_, ...) in make_getter() function
207 return detail::make_getter(&d, p, mpl::false_(), 0L); in make_getter()
254 inline object make_getter(D& d, Policies const& policies) in make_getter() function
260 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
266 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/python/
H A Ddata_members.hpp158 inline object make_getter(D& d, P& p, mpl::false_, ...);
172 inline object make_getter(D* d, not_specified, mpl::false_, long) in make_getter() function
175 return detail::make_getter(d, policies(), mpl::false_(), 0); in make_getter()
196 inline object make_getter(D C::*pm, not_specified, mpl::true_, long) in make_getter() function
199 return detail::make_getter(pm, policies(), mpl::true_(), 0); in make_getter()
204 inline object make_getter(D& d, P& p, mpl::false_, ...) in make_getter() function
207 return detail::make_getter(&d, p, mpl::false_(), 0L); in make_getter()
254 inline object make_getter(D& d, Policies const& policies) in make_getter() function
260 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
266 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/python/
H A Ddata_members.hpp158 inline object make_getter(D& d, P& p, mpl::false_, ...);
172 inline object make_getter(D* d, not_specified, mpl::false_, long) in make_getter() function
175 return detail::make_getter(d, policies(), mpl::false_(), 0); in make_getter()
196 inline object make_getter(D C::*pm, not_specified, mpl::true_, long) in make_getter() function
199 return detail::make_getter(pm, policies(), mpl::true_(), 0); in make_getter()
204 inline object make_getter(D& d, P& p, mpl::false_, ...) in make_getter() function
207 return detail::make_getter(&d, p, mpl::false_(), 0L); in make_getter()
254 inline object make_getter(D& d, Policies const& policies) in make_getter() function
260 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
266 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/python/
H A Ddata_members.hpp158 inline object make_getter(D& d, P& p, mpl::false_, ...);
172 inline object make_getter(D* d, not_specified, mpl::false_, long) in make_getter() function
175 return detail::make_getter(d, policies(), mpl::false_(), 0); in make_getter()
196 inline object make_getter(D C::*pm, not_specified, mpl::true_, long) in make_getter() function
199 return detail::make_getter(pm, policies(), mpl::true_(), 0); in make_getter()
204 inline object make_getter(D& d, P& p, mpl::false_, ...) in make_getter() function
207 return detail::make_getter(&d, p, mpl::false_(), 0L); in make_getter()
254 inline object make_getter(D& d, Policies const& policies) in make_getter() function
260 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
266 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/python/
H A Ddata_members.hpp151 inline object make_getter(D& d, P& p, detail::false_, ...);
165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() function
168 return detail::make_getter(d, policies(), detail::false_(), 0); in make_getter()
189 inline object make_getter(D C::*pm, not_specified, detail::true_, long) in make_getter() function
192 return detail::make_getter(pm, policies(), detail::true_(), 0); in make_getter()
197 inline object make_getter(D& d, P& p, detail::false_, ...) in make_getter() function
200 return detail::make_getter(&d, p, detail::false_(), 0L); in make_getter()
247 inline object make_getter(D& d, Policies const& policies) in make_getter() function
253 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
259 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/python/
H A Ddata_members.hpp158 inline object make_getter(D& d, P& p, mpl::false_, ...);
172 inline object make_getter(D* d, not_specified, mpl::false_, long) in make_getter() function
175 return detail::make_getter(d, policies(), mpl::false_(), 0); in make_getter()
196 inline object make_getter(D C::*pm, not_specified, mpl::true_, long) in make_getter() function
199 return detail::make_getter(pm, policies(), mpl::true_(), 0); in make_getter()
204 inline object make_getter(D& d, P& p, mpl::false_, ...) in make_getter() function
207 return detail::make_getter(&d, p, mpl::false_(), 0L); in make_getter()
254 inline object make_getter(D& d, Policies const& policies) in make_getter() function
260 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
266 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/python/
H A Ddata_members.hpp151 inline object make_getter(D& d, P& p, detail::false_, ...);
165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() function
168 return detail::make_getter(d, policies(), detail::false_(), 0); in make_getter()
189 inline object make_getter(D C::*pm, not_specified, detail::true_, long) in make_getter() function
192 return detail::make_getter(pm, policies(), detail::true_(), 0); in make_getter()
197 inline object make_getter(D& d, P& p, detail::false_, ...) in make_getter() function
200 return detail::make_getter(&d, p, detail::false_(), 0L); in make_getter()
247 inline object make_getter(D& d, Policies const& policies) in make_getter() function
253 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
259 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/python/
H A Ddata_members.hpp158 inline object make_getter(D& d, P& p, mpl::false_, ...);
172 inline object make_getter(D* d, not_specified, mpl::false_, long) in make_getter() function
175 return detail::make_getter(d, policies(), mpl::false_(), 0); in make_getter()
196 inline object make_getter(D C::*pm, not_specified, mpl::true_, long) in make_getter() function
199 return detail::make_getter(pm, policies(), mpl::true_(), 0); in make_getter()
204 inline object make_getter(D& d, P& p, mpl::false_, ...) in make_getter() function
207 return detail::make_getter(&d, p, mpl::false_(), 0L); in make_getter()
254 inline object make_getter(D& d, Policies const& policies) in make_getter() function
260 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
266 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/python/
H A Ddata_members.hpp151 inline object make_getter(D& d, P& p, detail::false_, ...);
165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() function
168 return detail::make_getter(d, policies(), detail::false_(), 0); in make_getter()
189 inline object make_getter(D C::*pm, not_specified, detail::true_, long) in make_getter() function
192 return detail::make_getter(pm, policies(), detail::true_(), 0); in make_getter()
197 inline object make_getter(D& d, P& p, detail::false_, ...) in make_getter() function
200 return detail::make_getter(&d, p, detail::false_(), 0L); in make_getter()
247 inline object make_getter(D& d, Policies const& policies) in make_getter() function
253 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
259 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/python/
H A Ddata_members.hpp158 inline object make_getter(D& d, P& p, mpl::false_, ...);
172 inline object make_getter(D* d, not_specified, mpl::false_, long) in make_getter() function
175 return detail::make_getter(d, policies(), mpl::false_(), 0); in make_getter()
196 inline object make_getter(D C::*pm, not_specified, mpl::true_, long) in make_getter() function
199 return detail::make_getter(pm, policies(), mpl::true_(), 0); in make_getter()
204 inline object make_getter(D& d, P& p, mpl::false_, ...) in make_getter() function
207 return detail::make_getter(&d, p, mpl::false_(), 0L); in make_getter()
254 inline object make_getter(D& d, Policies const& policies) in make_getter() function
260 inline object make_getter(D const& d, Policies const& policies) in make_getter() function
266 inline object make_getter(D& x) in make_getter() function
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Dpy_post.cc106 make_getter(&post_t::xdata_t::total), in export_post()
109 make_getter(&post_t::xdata_t::count), in export_post()
112 make_getter(&post_t::xdata_t::date), in export_post()
115 make_getter(&post_t::xdata_t::datetime), in export_post()
118 make_getter(&post_t::xdata_t::account, in export_post()
139 make_getter(&post_t::xact, in export_post()
144 make_getter(&post_t::account, in export_post()
149 make_getter(&post_t::amount), in export_post()
152 make_getter(&post_t::cost, in export_post()
157 make_getter(&post_t::given_cost, in export_post()
[all …]
H A Dpy_item.cc93 make_getter(&position_t::beg_pos), in export_item()
96 make_getter(&position_t::beg_line), in export_item()
99 make_getter(&position_t::end_pos), in export_item()
102 make_getter(&position_t::end_line), in export_item()
131 make_getter(&item_t::note, in export_item()
136 make_getter(&item_t::pos, in export_item()
141 make_getter(&item_t::metadata, in export_item()
167 make_getter(&item_t::use_aux_date), in export_item()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dtorrent_status.cpp38 .add_property("next_announce", make_getter(&torrent_status::next_announce, by_value())) in bind_torrent_status()
40 … .add_property("announce_interval", make_getter(&torrent_status::announce_interval, by_value())) in bind_torrent_status()
60 .add_property("pieces", make_getter(&torrent_status::pieces, by_value())) in bind_torrent_status()
61 .add_property("verified_pieces", make_getter(&torrent_status::verified_pieces, by_value())) in bind_torrent_status()
96 .add_property("error_file", make_getter(&torrent_status::error_file, by_value())) in bind_torrent_status()
102 .add_property("queue_position", make_getter(&torrent_status::queue_position, by_value())) in bind_torrent_status()
115 .add_property("last_upload", make_getter(&torrent_status::last_upload, by_value())) in bind_torrent_status()
116 .add_property("last_download", make_getter(&torrent_status::last_download, by_value())) in bind_torrent_status()
117 .add_property("active_duration", make_getter(&torrent_status::active_duration, by_value())) in bind_torrent_status()
119 … .add_property("seeding_duration", make_getter(&torrent_status::seeding_duration, by_value())) in bind_torrent_status()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dtorrent_status.cpp39 .add_property("next_announce", make_getter(&torrent_status::next_announce, by_value())) in bind_torrent_status()
41 … .add_property("announce_interval", make_getter(&torrent_status::announce_interval, by_value())) in bind_torrent_status()
61 .add_property("pieces", make_getter(&torrent_status::pieces, by_value())) in bind_torrent_status()
62 .add_property("verified_pieces", make_getter(&torrent_status::verified_pieces, by_value())) in bind_torrent_status()
97 .add_property("error_file", make_getter(&torrent_status::error_file, by_value())) in bind_torrent_status()
103 .add_property("queue_position", make_getter(&torrent_status::queue_position, by_value())) in bind_torrent_status()
116 .add_property("last_upload", make_getter(&torrent_status::last_upload, by_value())) in bind_torrent_status()
117 .add_property("last_download", make_getter(&torrent_status::last_download, by_value())) in bind_torrent_status()
118 .add_property("active_duration", make_getter(&torrent_status::active_duration, by_value())) in bind_torrent_status()
120 … .add_property("seeding_duration", make_getter(&torrent_status::seeding_duration, by_value())) in bind_torrent_status()
[all …]
H A Dalert.cpp440 .add_property("handle", make_getter(&torrent_alert::handle, by_value())) in bind_alert()
471 .add_property("piece", make_getter(&read_piece_alert::piece, by_value())) in bind_alert()
478 .add_property("ip", make_getter(&peer_alert::ip, by_value())) in bind_alert()
480 .add_property("endpoint", make_getter(&peer_alert::endpoint, by_value())) in bind_alert()
527 .add_property("piece", make_getter(&peer_request::piece, by_value())) in bind_alert()
691 .add_property("mapping", make_getter(&portmap_alert::mapping, by_value())) in bind_alert()
728 .add_property("ip", make_getter(&peer_blocked_alert::ip, by_value())) in bind_alert()
824 .add_property("ip", make_getter(&dht_announce_alert::ip, by_value())) in bind_alert()
1032 .add_property("module", make_getter(&dht_log_alert::module, by_value())) in bind_alert()
1059 .add_property("target", make_getter(&dht_put_alert::target, by_value())) in bind_alert()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/src/linux/
H A Dlsystem.c51 #define make_getter(x,y) static _DRIVER_INFO *get_##y##_driver_list (void) { return x##_##y##_drive… macro
52 make_getter (_unix, gfx)
53 make_getter (_unix, digi)
54 make_getter (_unix, midi)
55 make_getter (_linux, keyboard)
56 make_getter (_linux, mouse)
57 make_getter (_linux, timer)
58 make_getter (_linux, joystick)
59 #undef make_getter
/dports/devel/allegro5/allegro5-5.2.7.0/src/linux/
H A Dlsystem.c47 #define make_getter(x,y) static _AL_DRIVER_INFO *get_##y##_driver_list (void) { return x##_##y##_dr… macro
48 make_getter (_unix, gfx)
49 make_getter (_unix, digi)
50 make_getter (_unix, midi)
51 make_getter (_al_linux, keyboard)
52 make_getter (_al_linux, mouse)
53 make_getter (_al_linux, joystick)
54 #undef make_getter

12345678