Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.h383 std::vector<std::string> mInline; // The inline code to be included in the header variable
434 bool hasInline() const { return mInline.size() > 0; } in hasInline()
480 std::vector<std::string> mInline; variable
492 const std::vector<std::string>& getInline() const { return mInline; } in getInline()
DSpecification.cpp550 expandStringVector(mInline, replacementIndexes, inlines); in getInlines()
691 spec->mInline.push_back(scanner->getValue()); in scanFunctionSpecification()
694 spec->checkRSTPatternValidity(spec->mInline.back(), true, scanner); in scanFunctionSpecification()
716 spec->getInlines(replacementIndexes, &mInline); in FunctionPermutation()