Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.cpp473 string FunctionSpecification::expandString(string s, in expandString() function in FunctionSpecification
495 out->push_back(expandString(*iter, replacementIndexes)); in expandStringVector()
530 return expandString(mUnexpandedName, replacementIndexes); in getName()
535 *retType = expandString(mReturn->type, replacementIndexes); in getReturn()
543 *type = expandString(p->type, replacementIndexes); in getParam()
545 *testOption = expandString(p->testOption, replacementIndexes); in getParam()
DSpecification.h392 std::string expandString(std::string s, int indexOfReplaceable[MAX_REPLACEABLES]) const;