Home
last modified time | relevance | path

Searched refs:hasParamValue (Results 1 – 2 of 2) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/
H A Dparse_args.hpp58 bool hasParamValue(ParamList::value_type::first_type const &param, ParamList const &params) in hasParamValue() function
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dio.cpp8199 bool hasParamValue(Step &step, const T key) { in hasParamValue() function
9055 (hasParamValue(step, "vunits") || hasParamValue(step, "vto_meter"))) in buildEllipsoidalCS()
9090 ignoreRetVal(hasParamValue(step, "units")); in buildGeographicCRS()
9339 if (hasParamValue(step, "no_rot")) { in buildProjectedCRS()
9358 if (!hasParamValue(step, "alpha") && !hasParamValue(step, "gamma") && in buildProjectedCRS()
9359 !hasParamValue(step, "lonc")) { in buildProjectedCRS()
9373 hasParamValue(step, "czech") && !hasParamValue(step, "axis")) { in buildProjectedCRS()
9376 if (hasParamValue(step, "a") && hasParamValue(step, "b") && in buildProjectedCRS()
9378 (!hasParamValue(step, "lat_ts") || in buildProjectedCRS()
9408 if (hasParamValue(step, "lat_0") && in buildProjectedCRS()
[all …]