Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.cpp534 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()
DSpecification.h420 void getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType,