Home
last modified time | relevance | path

Searched refs:mReplaceables (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/script_api/
DSpecification.cpp477 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()
DSpecification.h363 std::vector<std::vector<std::string> > mReplaceables; variable