Searched refs:retType (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/script_api/ |
D | Specification.cpp | 534 std::string* retType, int* lineNumber) const { in getReturn() argument 535 *retType = expandString(mReturn->type, replacementIndexes); in getReturn() 743 string retType; in FunctionPermutation() local 745 spec->getReturn(replacementIndexes, &retType, &lineNumber); in FunctionPermutation() 746 if (!retType.empty()) { in FunctionPermutation() 748 mReturn->parseParameterDefinition(retType, "", "", lineNumber, true, scanner); in FunctionPermutation()
|
D | Specification.h | 420 void getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType,
|