Home
last modified time | relevance | path

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

/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DWriter.h102 bool is_first_value = true; in write_property() local
106 && ! is_first_value && m_indent >= 0) in write_property()
114 is_first_value = false; in write_property()
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dfp_utils.cc96 bool is_first_value = true; in GetBestScalingOfDoublesToInt64() local
123 if (is_first_value || candidate < factor_exponent) { in GetBestScalingOfDoublesToInt64()
124 is_first_value = false; in GetBestScalingOfDoublesToInt64()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_document.c466 zend_bool is_first_value = 1; /* Turn on first value flag */ local
508 if (is_first_value && field->field_boost > 0.0f)
518 is_first_value = 0; /* Turn off the flag */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_fast_paths.cc260 bool is_first_value, in ParseColorNumberOrPercentage() argument
336 } else if (should_whitespace_terminate && is_first_value) { in ParseColorNumberOrPercentage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_fast_paths.cc277 bool is_first_value, in ParseColorNumberOrPercentage() argument
353 } else if (should_whitespace_terminate && is_first_value) { in ParseColorNumberOrPercentage()