Searched refs:expandString (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/api/
H A DSpecification.cpp469 string FunctionSpecification::expandString(string s, function in class:FunctionSpecification
491 out->push_back(expandString(*iter, replacementIndexes));
526 return expandString(mUnexpandedName, replacementIndexes);
531 *retType = expandString(mReturn->type, replacementIndexes);
539 *type = expandString(p->type, replacementIndexes);
541 *testOption = expandString(p->testOption, replacementIndexes);
H A DSpecification.h390 std::string expandString(std::string s, int indexOfReplaceable[MAX_REPLACEABLES]) const;
395 // Helper function used by expandString to perform #RST_* substitution

Completed in 72 milliseconds