Home
last modified time | relevance | path

Searched refs:get_static_value (Results 1 – 25 of 42) sorted by relevance

12

/dports/science/py-rmf/rmf-1.3.1/include/RMF/decorator/
H A Dbond.h55 NodeID(get_node().get_static_value(bonded_0_))); in get_static_bonded_0()
77 NodeID(get_node().get_static_value(bonded_1_))); in get_static_bonded_1()
150 NodeID(get_node().get_static_value(bonded_0_))); in get_static_bonded_0()
172 NodeID(get_node().get_static_value(bonded_1_))); in get_static_bonded_1()
258 !nh.get_static_value(bonded_0_).get_is_null() && in get_is_static()
259 !nh.get_static_value(bonded_1_).get_is_null(); in get_is_static()
H A Dreference.h53 NodeID(get_node().get_static_value(reference_))); in get_static_reference()
87 NodeID(get_node().get_static_value(reference_))); in get_static_reference()
151 !nh.get_static_value(reference_).get_is_null(); in get_is_static()
H A Drepresentation.h62 get_node().get_static_value(representation_)); in get_static_representation()
181 return get_it<NodeHandle>(get_node().get_static_value(representation_)); in get_static_representation()
226 !nh.get_static_value(representation_).get_is_null(); in get_is_static()
/dports/science/rmf/rmf-1.3.1/include/RMF/decorator/
H A Dbond.h55 NodeID(get_node().get_static_value(bonded_0_))); in get_static_bonded_0()
77 NodeID(get_node().get_static_value(bonded_1_))); in get_static_bonded_1()
150 NodeID(get_node().get_static_value(bonded_0_))); in get_static_bonded_0()
172 NodeID(get_node().get_static_value(bonded_1_))); in get_static_bonded_1()
258 !nh.get_static_value(bonded_0_).get_is_null() && in get_is_static()
259 !nh.get_static_value(bonded_1_).get_is_null(); in get_is_static()
H A Dreference.h53 NodeID(get_node().get_static_value(reference_))); in get_static_reference()
87 NodeID(get_node().get_static_value(reference_))); in get_static_reference()
151 !nh.get_static_value(reference_).get_is_null(); in get_is_static()
H A Drepresentation.h62 get_node().get_static_value(representation_)); in get_static_representation()
181 return get_it<NodeHandle>(get_node().get_static_value(representation_)); in get_static_representation()
226 !nh.get_static_value(representation_).get_is_null(); in get_is_static()
/dports/science/py-rmf/rmf-1.3.1/include/RMF/
H A DNodeConstHandle.h60 Nullable<UCName> get_static_value(UCName##Key k) const;
108 return get_static_value(k); in get_value_impl()
163 Nullable<typename Tag::Type> get_static_value(ID<Tag> k) const { in get_static_value() function
164 return shared_->get_static_value(node_, k); in get_static_value()
H A DNodeHandle.h64 Nullable<typename Tag::Type> sv = get_static_value(k); in set_value_impl()
/dports/science/rmf/rmf-1.3.1/include/RMF/
H A DNodeConstHandle.h60 Nullable<UCName> get_static_value(UCName##Key k) const;
108 return get_static_value(k); in get_value_impl()
163 Nullable<typename Tag::Type> get_static_value(ID<Tag> k) const { in get_static_value() function
164 return shared_->get_static_value(node_, k); in get_static_value()
H A DNodeHandle.h64 Nullable<typename Tag::Type> sv = get_static_value(k); in set_value_impl()
/dports/www/moodle310/moodle/backup/util/ui/
H A Dbackup_ui_setting.class.php130 public function get_static_value() { function in base_setting_ui
456 public function get_static_value() { function in backup_setting_ui_checkbox
572 public function get_static_value() { function in backup_setting_ui_radio
645 public function get_static_value() { function in backup_setting_ui_select
702 public function get_static_value() { function in backup_setting_ui_dateselector
707 return parent::get_static_value();
751 public function get_static_value() { function in backup_setting_ui_defaultcustom
/dports/www/moodle311/moodle/backup/util/ui/
H A Dbackup_ui_setting.class.php130 public function get_static_value() { function in base_setting_ui
456 public function get_static_value() { function in backup_setting_ui_checkbox
572 public function get_static_value() { function in backup_setting_ui_radio
645 public function get_static_value() { function in backup_setting_ui_select
702 public function get_static_value() { function in backup_setting_ui_dateselector
707 return parent::get_static_value();
751 public function get_static_value() { function in backup_setting_ui_defaultcustom
/dports/www/moodle39/moodle/backup/util/ui/
H A Dbackup_ui_setting.class.php130 public function get_static_value() { function in base_setting_ui
454 public function get_static_value() { function in backup_setting_ui_checkbox
570 public function get_static_value() { function in backup_setting_ui_radio
643 public function get_static_value() { function in backup_setting_ui_select
700 public function get_static_value() { function in backup_setting_ui_dateselector
705 return parent::get_static_value();
749 public function get_static_value() { function in backup_setting_ui_defaultcustom
/dports/science/py-rmf/rmf-1.3.1/src/backend/
H A DSharedDataAdaptor.h38 typename Traits::Type get_static_value(NodeID n, ID<Traits> k) const { in get_static_value() function
39 return sync_->get_static_value(n, k); in get_static_value()
H A DBackwardsIO.h142 ret = sd_->get_static_value(NodeID(0), key); in get_vector_names()
161 ret = sd_->get_static_value(NodeID(0), key); in get_vectors_names()
359 val.push_back(a->get_static_value(ch, alias_key).get_index()); in load_restraints()
385 n, k0, a->get_static_value(ch[0], alias_key).get_index()); in load_bonds()
387 n, k1, a->get_static_value(ch[1], alias_key).get_index()); in load_bonds()
/dports/science/rmf/rmf-1.3.1/src/backend/
H A DSharedDataAdaptor.h38 typename Traits::Type get_static_value(NodeID n, ID<Traits> k) const { in get_static_value() function
39 return sync_->get_static_value(n, k); in get_static_value()
H A DBackwardsIO.h142 ret = sd_->get_static_value(NodeID(0), key); in get_vector_names()
161 ret = sd_->get_static_value(NodeID(0), key); in get_vectors_names()
359 val.push_back(a->get_static_value(ch, alias_key).get_index()); in load_restraints()
385 n, k0, a->get_static_value(ch[0], alias_key).get_index()); in load_bonds()
387 n, k1, a->get_static_value(ch[1], alias_key).get_index()); in load_bonds()
/dports/science/py-rmf/rmf-1.3.1/test/
H A Dtest_get_wrap.py16 self.assertEqual(rt.get_static_value(key), None)
/dports/science/rmf/rmf-1.3.1/test/
H A Dtest_get_wrap.py16 self.assertEqual(rt.get_static_value(key), None)
/dports/science/py-rmf/rmf-1.3.1/include/RMF/internal/
H A DSharedDataData_impl.h80 inline Traits::Type SharedData::get_static_value(NodeID node, in get_static_value() function
90 return get_static_value(NodeID(), k); in get_static_frame_value()
H A DSharedData_impl.h79 inline Traits::Type SharedData::get_static_value(NodeID node, in get_static_value() function
89 return get_static_value(NodeID(), k); in get_static_frame_value()
/dports/science/rmf/rmf-1.3.1/include/RMF/internal/
H A DSharedDataData_impl.h80 inline Traits::Type SharedData::get_static_value(NodeID node, in get_static_value() function
90 return get_static_value(NodeID(), k); in get_static_frame_value()
H A DSharedData_impl.h79 inline Traits::Type SharedData::get_static_value(NodeID node, in get_static_value() function
89 return get_static_value(NodeID(), k); in get_static_frame_value()
/dports/science/py-rmf/rmf-1.3.1/src/
H A Dinfo.cpp36 } else if (!nh.get_static_value(k).get_is_null()) { in show_key_info()
/dports/science/rmf/rmf-1.3.1/src/
H A Dinfo.cpp36 } else if (!nh.get_static_value(k).get_is_null()) { in show_key_info()

12