Home
last modified time | relevance | path

Searched refs:openedBrackets (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgspostgresstringutils.cpp79 int openedBrackets = 1; in parseArray() local
81 while ( i < subarray.length() && openedBrackets > 0 ) in parseArray()
85 if ( subarray.at( i ) == '}' && !escaped ) openedBrackets--; in parseArray()
86 else if ( subarray.at( i ) == '{' && !escaped ) openedBrackets++; in parseArray()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgspostgresstringutils.cpp82 int openedBrackets = 1; in parseArray() local
84 while ( i < subarray.length() && openedBrackets > 0 ) in parseArray()
88 if ( subarray.at( i ) == '}' && !escaped ) openedBrackets--; in parseArray()
89 else if ( subarray.at( i ) == '{' && !escaped ) openedBrackets++; in parseArray()
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DMaterialPropertyDSL.cxx280 unsigned int openedBrackets = 0; in treatFunction() local
298 ++openedBrackets; in treatFunction()
309 (openedBrackets!=0);++(this->current)){ in treatFunction()
319 ++openedBrackets; in treatFunction()
323 --openedBrackets; in treatFunction()
324 if(openedBrackets!=0){ in treatFunction()
374 throw_if((this->current==tokens.end())&&(openedBrackets!=0), in treatFunction()
376 throw_if(openedBrackets!=0,"parenthesis still opened at the end of function"); in treatFunction()
H A DModelDSLCommon.cxx323 unsigned int openedBrackets = 0; in treatFunction() local
338 ++openedBrackets; in treatFunction()
348 for (; (this->current != this->tokens.end()) && (openedBrackets != 0); in treatFunction()
360 ++openedBrackets; in treatFunction()
364 --openedBrackets; in treatFunction()
365 if (openedBrackets != 0) { in treatFunction()
495 throw_if((this->current == tokens.end()) && (openedBrackets != 0), in treatFunction()
499 openedBrackets != 0, in treatFunction()
H A DDSLBase.cxx874 unsigned int openedBrackets = 1u; in treatDescription() local
875 …->current != this->tokens.end()) && (!((this->current->value == "}") && (openedBrackets == 1u)))) { in treatDescription()
879 ++openedBrackets; in treatDescription()
885 --openedBrackets; in treatDescription()
981 unsigned short openedBrackets = 1; in ignoreKeyWord() local
982 while (!((this->current->value == "}") && (openedBrackets == 0))) { in ignoreKeyWord()
986 ++openedBrackets; in ignoreKeyWord()
989 --openedBrackets; in ignoreKeyWord()
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DMaterialPropertyDSL.cxx326 unsigned int openedBrackets = 0; in treatFunction() local
344 ++openedBrackets; in treatFunction()
355 for (; (this->current != this->tokens.end()) && (openedBrackets != 0); in treatFunction()
367 ++openedBrackets; in treatFunction()
371 --openedBrackets; in treatFunction()
372 if (openedBrackets != 0) { in treatFunction()
423 throw_if((this->current == tokens.end()) && (openedBrackets != 0), in treatFunction()
425 throw_if(openedBrackets != 0, in treatFunction()
H A DModelDSLCommon.cxx364 unsigned int openedBrackets = 0; in treatFunction() local
379 ++openedBrackets; in treatFunction()
389 for (; (this->current != this->tokens.end()) && (openedBrackets != 0); in treatFunction()
401 ++openedBrackets; in treatFunction()
405 --openedBrackets; in treatFunction()
406 if (openedBrackets != 0) { in treatFunction()
536 throw_if((this->current == tokens.end()) && (openedBrackets != 0), in treatFunction()
540 openedBrackets != 0, in treatFunction()
H A DDSLBase.cxx1036 unsigned int openedBrackets = 1u; in treatDescription() local
1037 …->current != this->tokens.end()) && (!((this->current->value == "}") && (openedBrackets == 1u)))) { in treatDescription()
1041 ++openedBrackets; in treatDescription()
1047 --openedBrackets; in treatDescription()
1143 unsigned short openedBrackets = 1; in ignoreKeyWord() local
1144 while (!((this->current->value == "}") && (openedBrackets == 0))) { in ignoreKeyWord()
1148 ++openedBrackets; in ignoreKeyWord()
1151 --openedBrackets; in ignoreKeyWord()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/
H A DCrawler.php981 $openedBrackets = 0;
996 ++$openedBrackets;
999 --$openedBrackets;
1003 if ($openedBrackets) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DomCrawler/
H A DCrawler.php981 $openedBrackets = 0;
996 ++$openedBrackets;
999 --$openedBrackets;
1003 if ($openedBrackets) {
/dports/science/tfel-edf/tfel-3.2.1/mtest/src/
H A DSchemeParserBase.cxx82 auto openedBrackets = 1u; in handleDescription() local
84 while ((!((p->value == "}") && (openedBrackets == 1u))) && in handleDescription()
90 ++openedBrackets; in handleDescription()
97 --openedBrackets; in handleDescription()
/dports/science/tfel/tfel-3.4.0/mtest/src/
H A DSchemeParserBase.cxx84 auto openedBrackets = 1u; in handleDescription() local
86 while ((!((p->value == "}") && (openedBrackets == 1u))) && in handleDescription()
92 ++openedBrackets; in handleDescription()
99 --openedBrackets; in handleDescription()
/dports/graphics/qgis/qgis-3.22.3/src/providers/postgres/
H A Dqgspostgresprovider.cpp4889 int openedBrackets = 1; in parseMultidimensionalArray() local
4891 while ( i < text.length() && openedBrackets > 0 ) in parseMultidimensionalArray()
4895 if ( text.at( i ) == '}' && !escaped ) openedBrackets--; in parseMultidimensionalArray()
4896 else if ( text.at( i ) == '{' && !escaped ) openedBrackets++; in parseMultidimensionalArray()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/postgres/
H A Dqgspostgresprovider.cpp4847 int openedBrackets = 1; in parseMultidimensionalArray() local
4849 while ( i < text.length() && openedBrackets > 0 ) in parseMultidimensionalArray()
4853 if ( text.at( i ) == '}' && !escaped ) openedBrackets--; in parseMultidimensionalArray()
4854 else if ( text.at( i ) == '{' && !escaped ) openedBrackets++; in parseMultidimensionalArray()