/dports/science/py-rmf/rmf-1.3.1/include/RMF/decorator/ |
H A D | bond.h | 55 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 D | reference.h | 53 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 D | representation.h | 62 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 D | bond.h | 55 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 D | reference.h | 53 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 D | representation.h | 62 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 D | NodeConstHandle.h | 60 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 D | NodeHandle.h | 64 Nullable<typename Tag::Type> sv = get_static_value(k); in set_value_impl()
|
/dports/science/rmf/rmf-1.3.1/include/RMF/ |
H A D | NodeConstHandle.h | 60 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 D | NodeHandle.h | 64 Nullable<typename Tag::Type> sv = get_static_value(k); in set_value_impl()
|
/dports/www/moodle310/moodle/backup/util/ui/ |
H A D | backup_ui_setting.class.php | 130 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 D | backup_ui_setting.class.php | 130 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 D | backup_ui_setting.class.php | 130 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 D | SharedDataAdaptor.h | 38 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 D | BackwardsIO.h | 142 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 D | SharedDataAdaptor.h | 38 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 D | BackwardsIO.h | 142 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 D | test_get_wrap.py | 16 self.assertEqual(rt.get_static_value(key), None)
|
/dports/science/rmf/rmf-1.3.1/test/ |
H A D | test_get_wrap.py | 16 self.assertEqual(rt.get_static_value(key), None)
|
/dports/science/py-rmf/rmf-1.3.1/include/RMF/internal/ |
H A D | SharedDataData_impl.h | 80 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 D | SharedData_impl.h | 79 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 D | SharedDataData_impl.h | 80 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 D | SharedData_impl.h | 79 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 D | info.cpp | 36 } else if (!nh.get_static_value(k).get_is_null()) { in show_key_info()
|
/dports/science/rmf/rmf-1.3.1/src/ |
H A D | info.cpp | 36 } else if (!nh.get_static_value(k).get_is_null()) { in show_key_info()
|