Home
last modified time | relevance | path

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

/frameworks/rs/api/
DSpecification.cpp583 bool patternFound = inlineStr.find(kRSTypePatterns[i]) != string::npos; in checkRSTPatternValidity() local
585 if (patternFound) { in checkRSTPatternValidity()