Searched refs:checkRSTPatternValidity (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/script_api/
H A DSpecification.cpp463 // checkRSTPatternValidity.
583 void FunctionSpecification::checkRSTPatternValidity(const string &inlineStr, bool allow, function in class:FunctionSpecification
666 spec->checkRSTPatternValidity(unexpandedName, false, scanner);
674 spec->checkRSTPatternValidity(p->type, false, scanner);
682 spec->checkRSTPatternValidity(p->type, false, scanner);
683 spec->checkRSTPatternValidity(p->testOption, false, scanner);
694 spec->checkRSTPatternValidity(spec->mInline.back(), true, scanner);
H A DSpecification.h448 void checkRSTPatternValidity(const std::string &s, bool allow, Scanner *scanner);

Completed in 69 milliseconds