Searched refs:checkRSTPatternValidity (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/script_api/ |
D | Specification.cpp | 584 void FunctionSpecification::checkRSTPatternValidity(const string &inlineStr, bool allow, in checkRSTPatternValidity() function in FunctionSpecification 667 spec->checkRSTPatternValidity(unexpandedName, false, scanner); in scanFunctionSpecification() 675 spec->checkRSTPatternValidity(p->type, false, scanner); in scanFunctionSpecification() 683 spec->checkRSTPatternValidity(p->type, false, scanner); in scanFunctionSpecification() 684 spec->checkRSTPatternValidity(p->testOption, false, scanner); in scanFunctionSpecification() 695 spec->checkRSTPatternValidity(spec->mInline.back(), true, scanner); in scanFunctionSpecification()
|
D | Specification.h | 448 void checkRSTPatternValidity(const std::string &s, bool allow, Scanner *scanner);
|