Lines Matching refs:npos
187 if (pComma == string::npos || pParen == string::npos) { in parseParameterDefinition()
195 if (pParen == string::npos) { in parseParameterDefinition()
202 if (pParen == string::npos) { in parseParameterDefinition()
284 if (pComma != string::npos) { in scanDocumentationTags()
563 if (pParen == string::npos) { in parseTest()
587 bool patternFound = inlineStr.find(kRSTypePatterns[i]) != string::npos; in checkRSTPatternValidity()
608 if (p != string::npos) { in scanFunctionSpecification()
643 if (scanner->getValue().find("1") != string::npos) { in scanFunctionSpecification()
646 if (scanner->getValue().find("2") != string::npos) { in scanFunctionSpecification()
649 if (scanner->getValue().find("3") != string::npos) { in scanFunctionSpecification()
652 if (scanner->getValue().find("4") != string::npos) { in scanFunctionSpecification()