Home
last modified time | relevance | path

Searched refs:get_rep (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dcdef-class.h229 get_rep ()->set_name (nm); in cdef_class()
256 get_rep ()->install_method (meth); in install_method()
274 get_rep ()->install_property (prop); in install_property()
296 get_rep ()->set_directory (dir); in set_directory()
301 return get_rep ()->get_directory (); in get_directory()
310 get_rep ()->delete_object (obj); in delete_object()
339 return get_rep ()->get_method (nm); in get_method()
351 return get_rep ()->construct (args); in construct()
398 cdef_class_rep * get_rep (void) in get_rep() function
420 return (clsa.get_rep () == clsb.get_rep ());
[all …]
H A Dcdef-method.h139 get_rep ()->set_name (nm); in cdef_method()
167 return get_rep ()->execute (args, nargout, do_check_access, who);
183 bool is_static (void) const { return get_rep ()->is_static (); } in is_static()
187 get_rep ()->set_function (fcn); in set_function()
192 return get_rep ()->get_function (); in get_function()
197 return get_rep ()->get_doc_string (); in get_doc_string()
202 return get_rep ()->is_constructor (); in is_constructor()
207 return get_rep ()->is_defined_in_class (cname); in is_defined_in_class()
214 get_rep ()->mark_as_external (dtype); in mark_as_external()
219 cdef_method_rep * get_rep (void) in get_rep() function
[all …]
H A Dcdef-property.h114 get_rep ()->set_name (nm); in cdef_property()
140 return get_rep ()->get_value (obj, do_check_access, who);
146 return get_rep ()->get_value (do_check_access, who);
153 get_rep ()->set_value (obj, val, do_check_access, who);
158 return get_rep ()->check_get_access (); in check_get_access()
163 return get_rep ()->check_set_access (); in check_set_access()
166 std::string get_name (void) const { return get_rep ()->get_name (); } in get_name()
168 bool is_constant (void) const { return get_rep ()->is_constant (); } in is_constant()
172 cdef_property_rep * get_rep (void) in get_rep() function
174 return dynamic_cast<cdef_property_rep *> (cdef_object::get_rep ()); in get_rep()
[all …]
H A Dcdef-package.h152 get_rep ()->set_name (nm); in cdef_package()
177 get_rep ()->install_class (cls, nm); in install_class()
182 get_rep ()->install_function (fcn, nm); in install_function()
187 get_rep ()->install_package (pack, nm); in install_package()
192 return get_rep ()->get_classes (); in get_classes()
197 return get_rep ()->get_functions (); in get_functions()
202 return get_rep ()->get_packages (); in get_packages()
209 return get_rep ()->find (nm); in find()
214 cdef_package_rep * get_rep (void) in get_rep() function
216 return dynamic_cast<cdef_package_rep *> (cdef_object::get_rep ()); in get_rep()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/table/block_based/
H A Dindex_reader_common.h40 assert(table_->get_rep() != nullptr); in internal_comparator()
42 return &table_->get_rep()->internal_comparator; in internal_comparator()
47 assert(table_->get_rep() != nullptr); in index_has_first_key()
48 return table_->get_rep()->index_has_first_key; in index_has_first_key()
53 assert(table_->get_rep() != nullptr); in index_key_includes_seq()
54 return table_->get_rep()->index_key_includes_seq; in index_key_includes_seq()
59 assert(table_->get_rep() != nullptr); in index_value_is_full()
60 return table_->get_rep()->index_value_is_full; in index_value_is_full()
65 assert(table_->get_rep() != nullptr); in cache_index_blocks()
66 return table_->get_rep()->table_options.cache_index_and_filter_blocks; in cache_index_blocks()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/block_based/
H A Dindex_reader_common.h40 assert(table_->get_rep() != nullptr); in internal_comparator()
42 return &table_->get_rep()->internal_comparator; in internal_comparator()
47 assert(table_->get_rep() != nullptr); in index_has_first_key()
48 return table_->get_rep()->index_has_first_key; in index_has_first_key()
53 assert(table_->get_rep() != nullptr); in index_key_includes_seq()
54 return table_->get_rep()->index_key_includes_seq; in index_key_includes_seq()
59 assert(table_->get_rep() != nullptr); in index_value_is_full()
60 return table_->get_rep()->index_value_is_full; in index_value_is_full()
65 assert(table_->get_rep() != nullptr); in cache_index_blocks()
66 return table_->get_rep()->table_options.cache_index_and_filter_blocks; in cache_index_blocks()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dindex_reader_common.h40 assert(table_->get_rep() != nullptr); in internal_comparator()
42 return &table_->get_rep()->internal_comparator; in internal_comparator()
47 assert(table_->get_rep() != nullptr); in index_has_first_key()
48 return table_->get_rep()->index_has_first_key; in index_has_first_key()
53 assert(table_->get_rep() != nullptr); in index_key_includes_seq()
54 return table_->get_rep()->index_key_includes_seq; in index_key_includes_seq()
59 assert(table_->get_rep() != nullptr); in index_value_is_full()
60 return table_->get_rep()->index_value_is_full; in index_value_is_full()
65 assert(table_->get_rep() != nullptr); in cache_index_blocks()
66 return table_->get_rep()->table_options.cache_index_and_filter_blocks; in cache_index_blocks()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dindex_reader_common.h40 assert(table_->get_rep() != nullptr); in internal_comparator()
42 return &table_->get_rep()->internal_comparator; in internal_comparator()
47 assert(table_->get_rep() != nullptr); in index_has_first_key()
48 return table_->get_rep()->index_has_first_key; in index_has_first_key()
53 assert(table_->get_rep() != nullptr); in index_key_includes_seq()
54 return table_->get_rep()->index_key_includes_seq; in index_key_includes_seq()
59 assert(table_->get_rep() != nullptr); in index_value_is_full()
60 return table_->get_rep()->index_value_is_full; in index_value_is_full()
65 assert(table_->get_rep() != nullptr); in cache_index_blocks()
66 return table_->get_rep()->table_options.cache_index_and_filter_blocks; in cache_index_blocks()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dindex_reader_common.h40 assert(table_->get_rep() != nullptr); in internal_comparator()
42 return &table_->get_rep()->internal_comparator; in internal_comparator()
47 assert(table_->get_rep() != nullptr); in index_has_first_key()
48 return table_->get_rep()->index_has_first_key; in index_has_first_key()
53 assert(table_->get_rep() != nullptr); in index_key_includes_seq()
54 return table_->get_rep()->index_key_includes_seq; in index_key_includes_seq()
59 assert(table_->get_rep() != nullptr); in index_value_is_full()
60 return table_->get_rep()->index_value_is_full; in index_value_is_full()
65 assert(table_->get_rep() != nullptr); in cache_index_blocks()
66 return table_->get_rep()->table_options.cache_index_and_filter_blocks; in cache_index_blocks()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/databases/xtrabackup/boost_1_59_0/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/databases/percona57-server/boost_1_59_0/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/databases/percona57-client/boost_1_59_0/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/devel/boost-libs/boost_1_72_0/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/devel/boost-python-libs/boost_1_72_0/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/date_time/
H A Dtime_system_counted.hpp38 time_count_ = time_of_day.get_rep() + d.day_count(); in counted_time_rep()
110 impl_type get_rep()const in get_rep() function
175 return time_duration_type(val.get_rep().as_special()); in get_time_of_day()
197 return(time_rep_type(base.get_rep() + dd.get_rep())); in add_days()
207 return(time_rep_type(base.get_rep() - dd.get_rep())); in subtract_days()
217 return(time_rep_type(base.get_rep() - td.get_rep())); in subtract_time_duration()
227 return(time_rep_type(base.get_rep() + td.get_rep())); in add_time_duration()
238 impl_type::to_special((lhs.get_rep() - rhs.get_rep()).as_number()))); in subtract_times()

12345678910>>...23