Home
last modified time | relevance | path

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

/frameworks/rs/api/
DSpecification.cpp469 string FunctionSpecification::expandString(string s, in expandString() function in FunctionSpecification
491 out->push_back(expandString(*iter, replacementIndexes)); in expandStringVector()
526 return expandString(mUnexpandedName, replacementIndexes); in getName()
531 *retType = expandString(mReturn->type, replacementIndexes); in getReturn()
539 *type = expandString(p->type, replacementIndexes); in getParam()
541 *testOption = expandString(p->testOption, replacementIndexes); in getParam()
DSpecification.h390 std::string expandString(std::string s, int indexOfReplaceable[MAX_REPLACEABLES]) const;