Home
last modified time | relevance | path

Searched refs:same_loc (Results 1 – 8 of 8) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/c++/src/
H A DH5Location.cpp1112 void H5Location::link(const char *curr_name, const hid_t same_loc, in link() argument
1120 ret_value = H5Lcreate_hard(getId(), curr_name, same_loc, new_name, lcpl_id, lapl_id); in link()
1133 void H5Location::link(const H5std_string& curr_name, const hid_t same_loc, in link() argument
1137 link(curr_name.c_str(), same_loc, new_name.c_str(), lcpl, lapl); in link()
H A DH5Location.h141 const hid_t same_loc, const char *new_name,
145 const hid_t same_loc, const H5std_string& new_name,
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/
H A DH5Location.h211 const hid_t same_loc, const char *new_name,
215 const hid_t same_loc, const H5std_string& new_name,
H A DH5Location.cpp1105 void H5Location::link(const char *curr_name, const hid_t same_loc, in link() argument
1112 ret_value = H5Lcreate_hard(getId(), curr_name, same_loc, new_name, H5P_DEFAULT, H5P_DEFAULT); in link()
1126 void H5Location::link(const H5std_string& curr_name, const hid_t same_loc, in link() argument
1129 link(curr_name.c_str(), same_loc, new_name.c_str(), lcpl, lapl); in link()
/dports/science/hdf5/hdf5-1.10.6/c++/src/
H A DH5Location.h211 const hid_t same_loc, const char *new_name,
215 const hid_t same_loc, const H5std_string& new_name,
H A DH5Location.cpp1105 void H5Location::link(const char *curr_name, const hid_t same_loc, const char *new_name, const Link… in link() argument
1111 ret_value = H5Lcreate_hard(getId(), curr_name, same_loc, new_name, lcpl_id, lapl_id); in link()
1125 void H5Location::link(const H5std_string& curr_name, const hid_t same_loc, in link() argument
1128 link(curr_name.c_str(), same_loc, new_name.c_str(), lcpl, lapl); in link()
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dmap.c376 static GdkPixbuf *_view_map_images_count(const int nb_images, const gboolean same_loc, in _view_map_images_count() argument
391 dt_gui_gtk_set_source_rgb(cr, same_loc ? DT_GUI_COLOR_MAP_COUNT_SAME_LOC in _view_map_images_count()
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dmap.c378 static GdkPixbuf *_view_map_images_count(const int nb_images, const gboolean same_loc, in _view_map_images_count() argument
393 dt_gui_gtk_set_source_rgb(cr, same_loc ? DT_GUI_COLOR_MAP_COUNT_SAME_LOC in _view_map_images_count()