Searched refs:mReplaceables (Results 1 – 2 of 2) sorted by relevance
477 for (unsigned idx = 0; idx < mReplaceables.size(); idx ++) { in expandString()478 string toString = mReplaceables[idx][replacementIndexes[idx]]; in expandString()503 if (i < (int)mReplaceables.size()) { in createPermutations()505 end[i] = mReplaceables[i].size(); in createPermutations()655 spec->mReplaceables.push_back(t); in scanFunctionSpecification()661 spec->mReplaceables.push_back(convertToTypeVector(scanner->getValue())); in scanFunctionSpecification()662 spec->mIsRSTAllowed.push_back(isRSTValid(spec->mReplaceables.back())); in scanFunctionSpecification()
363 std::vector<std::vector<std::string> > mReplaceables; variable