Home
last modified time | relevance | path

Searched refs:option_type_size (Results 1 – 5 of 5) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/
H A DOption.hpp1064 Option *type_size(int option_type_size) { in type_size() argument
1065 if(option_type_size < 0) { in type_size()
1067 type_size_max_ = -option_type_size; in type_size()
1068 type_size_min_ = -option_type_size; in type_size()
1071 type_size_max_ = option_type_size; in type_size()
1073 type_size_min_ = option_type_size; in type_size()
/dports/devel/cli11/CLI11-2.1.2/include/CLI/
H A DOption.hpp1088 Option *type_size(int option_type_size) { in type_size() argument
1089 if(option_type_size < 0) { in type_size()
1091 type_size_max_ = -option_type_size; in type_size()
1092 type_size_min_ = -option_type_size; in type_size()
1095 type_size_max_ = option_type_size; in type_size()
1097 type_size_min_ = option_type_size; in type_size()
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/
H A DCLI11.hpp4379 Option *type_size(int option_type_size) { in type_size() argument
4380 if(option_type_size < 0) { in type_size()
4382 type_size_max_ = -option_type_size; in type_size()
4383 type_size_min_ = -option_type_size; in type_size()
4386 type_size_max_ = option_type_size; in type_size()
4388 type_size_min_ = option_type_size; in type_size()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/bindings/cli/third_party/CLI/
H A DCLI11.hpp4763 Option *type_size(int option_type_size) { in type_size() argument
4764 if(option_type_size < 0) { in type_size()
4766 type_size_max_ = -option_type_size; in type_size()
4767 type_size_min_ = -option_type_size; in type_size()
4770 type_size_max_ = option_type_size; in type_size()
4772 type_size_min_ = option_type_size; in type_size()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/cli11/
H A DCLI11.hpp4920 Option *type_size(int option_type_size) { in type_size() argument
4921 if(option_type_size < 0) { in type_size()
4923 type_size_max_ = -option_type_size; in type_size()
4924 type_size_min_ = -option_type_size; in type_size()
4927 type_size_max_ = option_type_size; in type_size()
4929 type_size_min_ = option_type_size; in type_size()