Lines Matching refs:find
185 size_t pComma = testOption.find(','); in parseParameterDefinition()
186 size_t pParen = testOption.find(')'); in parseParameterDefinition()
194 size_t pParen = testOption.find(')'); in parseParameterDefinition()
201 size_t pParen = testOption.find(')'); in parseParameterDefinition()
282 size_t pComma = value.find(", "); in scanDocumentationTags()
561 size_t pParen = value.find(')'); in parseTest()
586 bool patternFound = inlineStr.find(kRSTypePatterns[i]) != string::npos; in checkRSTPatternValidity()
606 size_t p = name.find('#'); in scanFunctionSpecification()
642 if (scanner->getValue().find("1") != string::npos) { in scanFunctionSpecification()
645 if (scanner->getValue().find("2") != string::npos) { in scanFunctionSpecification()
648 if (scanner->getValue().find("3") != string::npos) { in scanFunctionSpecification()
651 if (scanner->getValue().find("4") != string::npos) { in scanFunctionSpecification()
873 auto iter = map->find(name); in findOrCreate()
949 auto c = mConstants.find(name); in getHtmlAnchor()
953 auto t = mTypes.find(name); in getHtmlAnchor()
957 auto f = mFunctions.find(name); in getHtmlAnchor()