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.cpp551 expandStringVector(mInline, replacementIndexes, inlines); in getInlines()
692 spec->mInline.push_back(scanner->getValue()); in scanFunctionSpecification()
695 spec->checkRSTPatternValidity(spec->mInline.back(), true, scanner); in scanFunctionSpecification()
717 spec->getInlines(replacementIndexes, &mInline); in FunctionPermutation()